Method: MLS::Account.current
- Defined in:
- lib/mls/models/account.rb
.current ⇒ Object
103 104 105 106 |
# File 'lib/mls/models/account.rb', line 103 def current response = MLS.get('/account') MLS::Account::Parser.parse(response.body) end |