Module: Relcy::API::Detail
- Included in:
- Relcy::API
- Defined in:
- lib/relcy/api/detail.rb
Instance Method Summary collapse
Instance Method Details
#detail(id, options = {}) ⇒ Object
6 7 8 |
# File 'lib/relcy/api/detail.rb', line 6 def detail(id, = {}) @connection.get "detail", { :id => id }.merge() end |
#load_card(id, options = {}) ⇒ Object
10 11 12 |
# File 'lib/relcy/api/detail.rb', line 10 def load_card(id, = {}) @connection.get "entity", { :lookId => id }.merge() end |