class Yelp::Fusion::Responses::Models::Hours

Model for the Hours JSON body

Attributes

hours_type[R]
is_open_now[R]
open[R]

Public Class Methods

new(json) click to toggle source
Calls superclass method Yelp::Fusion::Responses::Base::new
# File lib/yelp/fusion/responses/models/hours.rb, line 33
def initialize(json)
  super(json)
  @open = parse(@open, OpenHours)
end