Class: Sequence::Account::Query
- Inherits:
-
Query
- Object
- Query
- Sequence::Account::Query
show all
- Defined in:
- lib/sequence/account.rb
Instance Attribute Summary
Attributes inherited from Query
#client, #query
Instance Method Summary
collapse
Methods inherited from Query
#each, #initialize, #page, #pages
Instance Method Details
#fetch(query) ⇒ Object
85
86
87
|
# File 'lib/sequence/account.rb', line 85
def fetch(query)
client.session.request('list-accounts', query)
end
|
#translate(raw) ⇒ Object
89
90
91
|
# File 'lib/sequence/account.rb', line 89
def translate(raw)
Account.new(raw)
end
|