class Yelp::Fusion::Responses::Business
Attributes
business[R]
Public Class Methods
new(json)
click to toggle source
Calls superclass method
Yelp::Fusion::Responses::Base::new
# File lib/yelp/fusion/responses/business.rb, line 32 def initialize(json) super(business) @business = parse(json, Models::Business) end