Module: HelpScout::Getable
- Included in:
- Conversation, Customer, Mailbox, User
- Defined in:
- lib/help_scout/modules/getable.rb
Instance Method Summary collapse
Instance Method Details
#get(id) ⇒ Object
5 6 7 |
# File 'lib/help_scout/modules/getable.rb', line 5 def get(id) new parse_item(HelpScout.api.get(get_path(id))) end |