Class: TryTerra::BodyResource
- Defined in:
- lib/try_terra/resources/body.rb
Instance Attribute Summary
Attributes inherited from Resource
Instance Method Summary collapse
Methods inherited from Resource
Constructor Details
This class inherits a constructor from TryTerra::Resource
Instance Method Details
#get(params) ⇒ Object
3 4 5 |
# File 'lib/try_terra/resources/body.rb', line 3 def get(params) Body.new(get_request("body", params).body) end |