Class: Dnsimple::Struct::User
Instance Attribute Summary collapse
-
#email ⇒ String
The user email.
-
#id ⇒ Integer
The user ID in DNSimple.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Dnsimple::Struct::Base
Instance Attribute Details
#email ⇒ String
Returns The user email.
11 12 13 |
# File 'lib/dnsimple/struct/user.rb', line 11 def email @email end |
#id ⇒ Integer
Returns The user ID in DNSimple.
8 9 10 |
# File 'lib/dnsimple/struct/user.rb', line 8 def id @id end |