Class: OnboardOnRails::AttributeDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/onboard_on_rails/attribute_definition.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



2
3
4
# File 'lib/onboard_on_rails/attribute_definition.rb', line 2

def description
  @description
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



2
3
4
# File 'lib/onboard_on_rails/attribute_definition.rb', line 2

def key
  @key
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



2
3
4
# File 'lib/onboard_on_rails/attribute_definition.rb', line 2

def label
  @label
end

#resolverObject

Returns the value of attribute resolver

Returns:

  • (Object)

    the current value of resolver



2
3
4
# File 'lib/onboard_on_rails/attribute_definition.rb', line 2

def resolver
  @resolver
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



2
3
4
# File 'lib/onboard_on_rails/attribute_definition.rb', line 2

def type
  @type
end

#valuesObject

Returns the value of attribute values

Returns:

  • (Object)

    the current value of values



2
3
4
# File 'lib/onboard_on_rails/attribute_definition.rb', line 2

def values
  @values
end