Class: Dnsimple::Struct::Whoami
- Defined in:
- lib/dnsimple/struct/whoami.rb
Instance Attribute Summary collapse
-
#account ⇒ Account
The account, if present.
-
#user ⇒ String
The user, if present.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Dnsimple::Struct::Base
Instance Attribute Details
#account ⇒ Account
Returns The account, if present.
8 9 10 |
# File 'lib/dnsimple/struct/whoami.rb', line 8 def account @account end |
#user ⇒ String
Returns The user, if present.
11 12 13 |
# File 'lib/dnsimple/struct/whoami.rb', line 11 def user @user end |