Class: Yelp::Response::Business
- Defined in:
- lib/yelp/responses/business.rb
Instance Attribute Summary collapse
-
#business ⇒ Object
readonly
Returns the value of attribute business.
Instance Method Summary collapse
-
#initialize(json) ⇒ Business
constructor
A new instance of Business.
Constructor Details
Instance Attribute Details
#business ⇒ Object (readonly)
Returns the value of attribute business.
7 8 9 |
# File 'lib/yelp/responses/business.rb', line 7 def business @business end |