Class: IssuesHelper::MultipleValuesDetail

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

Overview

Since:

  • 4.0.0

Instance Attribute Summary collapse

Instance Attribute Details

#custom_fieldObject

Returns the value of attribute custom_field

Returns:

  • (Object)

    the current value of custom_field



342
343
344
# File 'app/helpers/issues_helper.rb', line 342

def custom_field
  @custom_field
end

#old_valueObject

Returns the value of attribute old_value

Returns:

  • (Object)

    the current value of old_value



342
343
344
# File 'app/helpers/issues_helper.rb', line 342

def old_value
  @old_value
end

#prop_keyObject

Returns the value of attribute prop_key

Returns:

  • (Object)

    the current value of prop_key



342
343
344
# File 'app/helpers/issues_helper.rb', line 342

def prop_key
  @prop_key
end

#propertyObject

Returns the value of attribute property

Returns:

  • (Object)

    the current value of property



342
343
344
# File 'app/helpers/issues_helper.rb', line 342

def property
  @property
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



342
343
344
# File 'app/helpers/issues_helper.rb', line 342

def value
  @value
end