Module: Bytemapper::Nameable

Included in:
Chunk, Shape, Table, Type
Defined in:
lib/bytemapper/nameable.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name.



19
20
21
# File 'lib/bytemapper/nameable.rb', line 19

def name
  @name
end

#namesObject

Returns the value of attribute names.



20
21
22
# File 'lib/bytemapper/nameable.rb', line 20

def names
  @names
end