Module: NSOne::API::Account
- Defined in:
- lib/nsone/api/account.rb
Instance Method Summary collapse
-
#account ⇒ NSOne::Response
Returns the basic contact details associated with your account.
-
#account_overage ⇒ NSOne::Response
Returns toggles and thresholds used when sending overage warning.
Instance Method Details
#account ⇒ NSOne::Response
Returns the basic contact details associated with your account
12 13 14 |
# File 'lib/nsone/api/account.rb', line 12 def account() perform_request(HTTP_GET, "/v1/account/settings") end |
#account_overage ⇒ NSOne::Response
Returns toggles and thresholds used when sending overage warning
21 22 23 |
# File 'lib/nsone/api/account.rb', line 21 def account_overage() perform_request(HTTP_GET, "/v1/account/usagewarnings") end |