Class: Dnsimple::Struct::Account
- Defined in:
- lib/dnsimple/struct/account.rb
Instance Attribute Summary collapse
-
#email ⇒ String
The account email.
-
#id ⇒ Integer
The account ID in DNSimple.
-
#plan_identifier ⇒ String
The identifier of the plan the account is subscribed to.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Dnsimple::Struct::Base
Instance Attribute Details
#email ⇒ String
Returns The account email.
10 11 12 |
# File 'lib/dnsimple/struct/account.rb', line 10 def email @email end |
#id ⇒ Integer
Returns The account ID in DNSimple.
7 8 9 |
# File 'lib/dnsimple/struct/account.rb', line 7 def id @id end |
#plan_identifier ⇒ String
Returns The identifier of the plan the account is subscribed to.
13 14 15 |
# File 'lib/dnsimple/struct/account.rb', line 13 def plan_identifier @plan_identifier end |