Class: RegApi2::Entity::User

Inherits:
EntityBase show all
Defined in:
lib/reg_api2/entity/user.rb

Overview

Represents REG.API user.

Constant Summary

Constants inherited from EntityBase

EntityBase::SKIPPED_MEMBERS

Instance Attribute Summary collapse

Method Summary

Methods inherited from EntityBase

#initialize, #property_names, #to_hash, #to_json

Constructor Details

This class inherits a constructor from RegApi2::Entity::EntityBase

Instance Attribute Details

#check_onlyObject

Returns the value of attribute check_only.



34
35
36
# File 'lib/reg_api2/entity/user.rb', line 34

def check_only
  @check_only
end

#set_me_as_referrerObject

Returns the value of attribute set_me_as_referrer.



33
34
35
# File 'lib/reg_api2/entity/user.rb', line 33

def set_me_as_referrer
  @set_me_as_referrer
end

#user_addrObject

Returns the value of attribute user_addr.



24
25
26
# File 'lib/reg_api2/entity/user.rb', line 24

def user_addr
  @user_addr
end

#user_cityObject

Returns the value of attribute user_city.



25
26
27
# File 'lib/reg_api2/entity/user.rb', line 25

def user_city
  @user_city
end

#user_companyObject

Returns the value of attribute user_company.



19
20
21
# File 'lib/reg_api2/entity/user.rb', line 19

def user_company
  @user_company
end

#user_country_codeObject

Note:

Required property.



15
16
17
# File 'lib/reg_api2/entity/user.rb', line 15

def user_country_code
  @user_country_code
end

#user_emailObject

Note:

Required property.



13
14
15
# File 'lib/reg_api2/entity/user.rb', line 13

def user_email
  @user_email
end

#user_faxObject

Returns the value of attribute user_fax.



23
24
25
# File 'lib/reg_api2/entity/user.rb', line 23

def user_fax
  @user_fax
end

#user_first_nameObject

Returns the value of attribute user_first_name.



17
18
19
# File 'lib/reg_api2/entity/user.rb', line 17

def user_first_name
  @user_first_name
end

#user_icqObject

Returns the value of attribute user_icq.



21
22
23
# File 'lib/reg_api2/entity/user.rb', line 21

def user_icq
  @user_icq
end

#user_jabber_idObject

Returns the value of attribute user_jabber_id.



20
21
22
# File 'lib/reg_api2/entity/user.rb', line 20

def user_jabber_id
  @user_jabber_id
end

#user_last_nameObject

Returns the value of attribute user_last_name.



18
19
20
# File 'lib/reg_api2/entity/user.rb', line 18

def user_last_name
  @user_last_name
end

#user_loginObject

Note:

Required property.



9
10
11
# File 'lib/reg_api2/entity/user.rb', line 9

def 
  @user_login
end

#user_mailnotifyObject

Returns the value of attribute user_mailnotify.



32
33
34
# File 'lib/reg_api2/entity/user.rb', line 32

def user_mailnotify
  @user_mailnotify
end

#user_passwordObject

Note:

Required property.



11
12
13
# File 'lib/reg_api2/entity/user.rb', line 11

def user_password
  @user_password
end

#user_phoneObject

Returns the value of attribute user_phone.



22
23
24
# File 'lib/reg_api2/entity/user.rb', line 22

def user_phone
  @user_phone
end

#user_postcodeObject

Returns the value of attribute user_postcode.



27
28
29
# File 'lib/reg_api2/entity/user.rb', line 27

def user_postcode
  @user_postcode
end

#user_stateObject

Returns the value of attribute user_state.



26
27
28
# File 'lib/reg_api2/entity/user.rb', line 26

def user_state
  @user_state
end

#user_subsribeObject

Returns the value of attribute user_subsribe.



31
32
33
# File 'lib/reg_api2/entity/user.rb', line 31

def user_subsribe
  @user_subsribe
end

#user_websiteObject

Returns the value of attribute user_website.



29
30
31
# File 'lib/reg_api2/entity/user.rb', line 29

def user_website
  @user_website
end

#user_wmidObject

Returns the value of attribute user_wmid.



28
29
30
# File 'lib/reg_api2/entity/user.rb', line 28

def user_wmid
  @user_wmid
end