Method: Moo::Model::BoxData#to_hash

Defined in:
lib/moo/model/box_data.rb

#to_hashObject



22
23
24
25
26
27
28
# File 'lib/moo/model/box_data.rb', line 22

def to_hash
  {
    :linkId => link_id,
    :type => 'boxData',
    :colour => colour.to_hash
  }
end