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.
10 11 12 |
# File 'lib/dnsimple/struct/user.rb', line 10 def email @email end |
#id ⇒ Integer
Returns The user ID in DNSimple.
7 8 9 |
# File 'lib/dnsimple/struct/user.rb', line 7 def id @id end |