Module: FreshmailApi::Account
- Included in:
- FreshmailApi
- Defined in:
- lib/freshmail_api/account.rb
Instance Method Summary collapse
Instance Method Details
#create_account(data) ⇒ Object
4 5 6 |
# File 'lib/freshmail_api/account.rb', line 4 def create_account(data) perform(:post, 'account/create', data) end |