Module: Genability::Client::Property
- Included in:
- Genability::Client
- Defined in:
- lib/genability/client/property.rb
Instance Method Summary collapse
Instance Method Details
#properties(options = {}) ⇒ Object
10 11 12 |
# File 'lib/genability/client/property.rb', line 10 def properties( = {}) get("public/properties", property_params()).results end |
#property(key_name) ⇒ Object
6 7 8 |
# File 'lib/genability/client/property.rb', line 6 def property(key_name) get("public/properties/#{key_name}").results.first end |