Class: IssuesHelper::MultipleValuesDetail

Inherits:
Struct
  • Object
show all
Defined in:
app/helpers/issues_helper.rb

Instance Attribute Summary collapse

Instance Attribute Details

#custom_fieldObject

Returns the value of attribute custom_field

Returns:

  • (Object)

    the current value of custom_field



480
481
482
# File 'app/helpers/issues_helper.rb', line 480

def custom_field
  @custom_field
end

#old_valueObject

Returns the value of attribute old_value

Returns:

  • (Object)

    the current value of old_value



480
481
482
# File 'app/helpers/issues_helper.rb', line 480

def old_value
  @old_value
end

#prop_keyObject

Returns the value of attribute prop_key

Returns:

  • (Object)

    the current value of prop_key



480
481
482
# File 'app/helpers/issues_helper.rb', line 480

def prop_key
  @prop_key
end

#propertyObject

Returns the value of attribute property

Returns:

  • (Object)

    the current value of property



480
481
482
# File 'app/helpers/issues_helper.rb', line 480

def property
  @property
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



480
481
482
# File 'app/helpers/issues_helper.rb', line 480

def value
  @value
end