class Seatsio::Month

def self.from_json(data)

def self.from_json(data)
  return Month.new(data['year'], data['month'])
end