Class: BaseCRM::AccountsService
- Inherits:
-
Object
- Object
- BaseCRM::AccountsService
- Defined in:
- lib/basecrm/services/accounts_service.rb
Instance Method Summary collapse
-
#initialize(client) ⇒ AccountsService
constructor
A new instance of AccountsService.
-
#self ⇒ Account
Retrieve account details.
Constructor Details
#initialize(client) ⇒ AccountsService
Returns a new instance of AccountsService.
5 6 7 |
# File 'lib/basecrm/services/accounts_service.rb', line 5 def initialize(client) @client = client end |