Class: Jbr::Account
Constant Summary collapse
- FIND =
<<~GRAPHQL.freeze { account { id } } GRAPHQL
Instance Method Summary collapse
Methods inherited from Resource
Constructor Details
This class inherits a constructor from Jbr::Resource
Instance Method Details
#id ⇒ Object
7 8 9 |
# File 'lib/jbr/account.rb', line 7 def id @id ||= @oauth.query(FIND).dig 'account', 'id' end |