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.
11 12 13 |
# File 'lib/dnsimple/struct/account.rb', line 11 def email @email end |
#id ⇒ Integer
Returns The account ID in DNSimple.
8 9 10 |
# File 'lib/dnsimple/struct/account.rb', line 8 def id @id end |
#plan_identifier ⇒ String
Returns The identifier of the plan the account is subscribed to.
14 15 16 |
# File 'lib/dnsimple/struct/account.rb', line 14 def plan_identifier @plan_identifier end |