Class: Dnsimple::Struct::User
Instance Attribute Summary collapse
-
#api_token ⇒ Object
Returns the value of attribute api_token.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#domain_count ⇒ Object
Returns the value of attribute domain_count.
-
#domain_limit ⇒ Object
Returns the value of attribute domain_limit.
-
#email ⇒ Object
Returns the value of attribute email.
-
#failed_login_count ⇒ Object
Returns the value of attribute failed_login_count.
-
#id ⇒ Object
Returns the value of attribute id.
-
#login_count ⇒ Object
Returns the value of attribute login_count.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Dnsimple::Struct::Base
Instance Attribute Details
#api_token ⇒ Object
Returns the value of attribute api_token.
7 8 9 |
# File 'lib/dnsimple/struct/user.rb', line 7 def api_token @api_token end |
#created_at ⇒ Object
Returns the value of attribute created_at.
12 13 14 |
# File 'lib/dnsimple/struct/user.rb', line 12 def created_at @created_at end |
#domain_count ⇒ Object
Returns the value of attribute domain_count.
8 9 10 |
# File 'lib/dnsimple/struct/user.rb', line 8 def domain_count @domain_count end |
#domain_limit ⇒ Object
Returns the value of attribute domain_limit.
9 10 11 |
# File 'lib/dnsimple/struct/user.rb', line 9 def domain_limit @domain_limit end |
#email ⇒ Object
Returns the value of attribute email.
6 7 8 |
# File 'lib/dnsimple/struct/user.rb', line 6 def email @email end |
#failed_login_count ⇒ Object
Returns the value of attribute failed_login_count.
11 12 13 |
# File 'lib/dnsimple/struct/user.rb', line 11 def failed_login_count @failed_login_count end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/dnsimple/struct/user.rb', line 5 def id @id end |
#login_count ⇒ Object
Returns the value of attribute login_count.
10 11 12 |
# File 'lib/dnsimple/struct/user.rb', line 10 def login_count @login_count end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
13 14 15 |
# File 'lib/dnsimple/struct/user.rb', line 13 def updated_at @updated_at end |