Class: IssuesHelper::MultipleValuesDetail
- Inherits:
-
Struct
- Object
- Struct
- IssuesHelper::MultipleValuesDetail
- Defined in:
- app/helpers/issues_helper.rb
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
480 481 482 |
# File 'app/helpers/issues_helper.rb', line 480 def custom_field @custom_field end |
#old_value ⇒ Object
Returns the value of attribute old_value
480 481 482 |
# File 'app/helpers/issues_helper.rb', line 480 def old_value @old_value end |
#prop_key ⇒ Object
Returns the value of attribute prop_key
480 481 482 |
# File 'app/helpers/issues_helper.rb', line 480 def prop_key @prop_key end |
#property ⇒ Object
Returns the value of attribute property
480 481 482 |
# File 'app/helpers/issues_helper.rb', line 480 def property @property end |
#value ⇒ Object
Returns the value of attribute value
480 481 482 |
# File 'app/helpers/issues_helper.rb', line 480 def value @value end |