Class: Dnsimple::Struct::User

Inherits:
Base
  • Object
show all
Defined in:
lib/dnsimple/struct/user.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Dnsimple::Struct::Base

Instance Attribute Details

#api_tokenObject

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_atObject

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_countObject

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_limitObject

Returns the value of attribute domain_limit.



9
10
11
# File 'lib/dnsimple/struct/user.rb', line 9

def domain_limit
  @domain_limit
end

#emailObject

Returns the value of attribute email.



6
7
8
# File 'lib/dnsimple/struct/user.rb', line 6

def email
  @email
end

#failed_login_countObject

Returns the value of attribute failed_login_count.



11
12
13
# File 'lib/dnsimple/struct/user.rb', line 11

def 
  @failed_login_count
end

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/dnsimple/struct/user.rb', line 5

def id
  @id
end

#login_countObject

Returns the value of attribute login_count.



10
11
12
# File 'lib/dnsimple/struct/user.rb', line 10

def 
  @login_count
end

#updated_atObject

Returns the value of attribute updated_at.



13
14
15
# File 'lib/dnsimple/struct/user.rb', line 13

def updated_at
  @updated_at
end