Class: IssuesHelper::MultipleValuesDetail
- Inherits:
-
Struct
- Object
- Struct
- IssuesHelper::MultipleValuesDetail
- Defined in:
- app/helpers/issues_helper.rb
Overview
Instance Attribute Summary collapse
-
#custom_field ⇒ Object
Returns the value of attribute custom_field.
-
#old_value ⇒ Object
Returns the value of attribute old_value.
-
#prop_key ⇒ Object
Returns the value of attribute prop_key.
-
#property ⇒ Object
Returns the value of attribute property.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#custom_field ⇒ Object
Returns the value of attribute custom_field
342 343 344 |
# File 'app/helpers/issues_helper.rb', line 342 def custom_field @custom_field end |
#old_value ⇒ Object
Returns the value of attribute old_value
342 343 344 |
# File 'app/helpers/issues_helper.rb', line 342 def old_value @old_value end |
#prop_key ⇒ Object
Returns the value of attribute prop_key
342 343 344 |
# File 'app/helpers/issues_helper.rb', line 342 def prop_key @prop_key end |
#property ⇒ Object
Returns the value of attribute property
342 343 344 |
# File 'app/helpers/issues_helper.rb', line 342 def property @property end |
#value ⇒ Object
Returns the value of attribute value
342 343 344 |
# File 'app/helpers/issues_helper.rb', line 342 def value @value end |