Method: ThreeSixty::Core::Account#initialize
- Defined in:
- lib/three-sixty/core/account.rb
#initialize(client) ⇒ Account
Returns a new instance of Account.
7 8 9 |
# File 'lib/three-sixty/core/account.rb', line 7 def initialize(client) @client = client end |