Class: RFunk::AttributeType

Inherits:
Struct
  • Object
show all
Defined in:
lib/rfunk/attribute/attribute_type.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name



2
3
4
# File 'lib/rfunk/attribute/attribute_type.rb', line 2

def name
  @name
end

#optionsObject

Returns the value of attribute options



2
3
4
# File 'lib/rfunk/attribute/attribute_type.rb', line 2

def options
  @options
end

#typeObject

Returns the value of attribute type



2
3
4
# File 'lib/rfunk/attribute/attribute_type.rb', line 2

def type
  @type
end