Class: Jbr::Mock::Account
- Defined in:
- lib/jbr/mock/account.rb
Overview
The one account every mocked set of credentials belongs to.
Constant Summary
Constants inherited from Account
Instance Method Summary collapse
-
#id ⇒ String
The mocked account ID.
Methods inherited from Resource
Constructor Details
This class inherits a constructor from Jbr::Resource
Instance Method Details
#id ⇒ String
Returns the mocked account ID.
5 |
# File 'lib/jbr/mock/account.rb', line 5 def id = 'account-01' |