Class: Mochi::GameDetail

Inherits:
Object
  • Object
show all
Includes:
HappyMapper
Defined in:
app/models/mochi/game.rb

Instance Method Summary collapse

Instance Method Details

#to_hashObject



67
68
69
# File 'app/models/mochi/game.rb', line 67

def to_hash
  { detail_type.to_sym => value } 
end