Module: Surveygizmo::Client::Account
- Included in:
- Surveygizmo::Client
- Defined in:
- lib/surveygizmo/client/account.rb
Overview
Defines methods related to a SurveyGizmo account
Instance Method Summary collapse
-
#account ⇒ Object
Get details of authorized account.
Instance Method Details
#account ⇒ Object
Get details of authorized account
8 9 10 |
# File 'lib/surveygizmo/client/account.rb', line 8 def account get('account') end |