class Yelp::Fusion::Responses::Models::OpenHours

Model for the OpenHours JSON body

Attributes

day[R]
end[R]
is_overnight[R]
start[R]

Public Class Methods

new(json) click to toggle source
Calls superclass method Yelp::Fusion::Responses::Base::new
# File lib/yelp/fusion/responses/models/open_hours.rb, line 30
def initialize(json)
  super(json)
end