Class: Estated::Client
- Inherits:
-
Object
- Object
- Estated::Client
- Includes:
- HTTParty
- Defined in:
- lib/estated/client.rb
Class Method Summary collapse
Class Method Details
.get_property(params) ⇒ Object
9 10 11 12 |
# File 'lib/estated/client.rb', line 9 def self.get_property(params) query = params.merge(token: Estated.config.api_key) self.get('/property', query: query).parsed_response end |