Class: OnboardOnRails::AttributeDefinition
- Inherits:
-
Struct
- Object
- Struct
- OnboardOnRails::AttributeDefinition
- Defined in:
- lib/onboard_on_rails/attribute_definition.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#key ⇒ Object
Returns the value of attribute key.
-
#label ⇒ Object
Returns the value of attribute label.
-
#resolver ⇒ Object
Returns the value of attribute resolver.
-
#type ⇒ Object
Returns the value of attribute type.
-
#values ⇒ Object
Returns the value of attribute values.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
2 3 4 |
# File 'lib/onboard_on_rails/attribute_definition.rb', line 2 def description @description end |
#key ⇒ Object
Returns the value of attribute key
2 3 4 |
# File 'lib/onboard_on_rails/attribute_definition.rb', line 2 def key @key end |
#label ⇒ Object
Returns the value of attribute label
2 3 4 |
# File 'lib/onboard_on_rails/attribute_definition.rb', line 2 def label @label end |
#resolver ⇒ Object
Returns the value of attribute resolver
2 3 4 |
# File 'lib/onboard_on_rails/attribute_definition.rb', line 2 def resolver @resolver end |
#type ⇒ Object
Returns the value of attribute type
2 3 4 |
# File 'lib/onboard_on_rails/attribute_definition.rb', line 2 def type @type end |
#values ⇒ Object
Returns the value of attribute values
2 3 4 |
# File 'lib/onboard_on_rails/attribute_definition.rb', line 2 def values @values end |