Class: RegApi2::Entity::User
- Inherits:
-
EntityBase
- Object
- EntityBase
- RegApi2::Entity::User
- Defined in:
- lib/reg_api2/entity/user.rb
Overview
Represents REG.API user.
Constant Summary
Constants inherited from EntityBase
Instance Attribute Summary collapse
-
#check_only ⇒ Object
Returns the value of attribute check_only.
-
#set_me_as_referrer ⇒ Object
Returns the value of attribute set_me_as_referrer.
-
#user_addr ⇒ Object
Returns the value of attribute user_addr.
-
#user_city ⇒ Object
Returns the value of attribute user_city.
-
#user_company ⇒ Object
Returns the value of attribute user_company.
- #user_country_code ⇒ Object
- #user_email ⇒ Object
-
#user_fax ⇒ Object
Returns the value of attribute user_fax.
-
#user_first_name ⇒ Object
Returns the value of attribute user_first_name.
-
#user_icq ⇒ Object
Returns the value of attribute user_icq.
-
#user_jabber_id ⇒ Object
Returns the value of attribute user_jabber_id.
-
#user_last_name ⇒ Object
Returns the value of attribute user_last_name.
- #user_login ⇒ Object
-
#user_mailnotify ⇒ Object
Returns the value of attribute user_mailnotify.
- #user_password ⇒ Object
-
#user_phone ⇒ Object
Returns the value of attribute user_phone.
-
#user_postcode ⇒ Object
Returns the value of attribute user_postcode.
-
#user_state ⇒ Object
Returns the value of attribute user_state.
-
#user_subsribe ⇒ Object
Returns the value of attribute user_subsribe.
-
#user_website ⇒ Object
Returns the value of attribute user_website.
-
#user_wmid ⇒ Object
Returns the value of attribute user_wmid.
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_only ⇒ Object
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_referrer ⇒ Object
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_addr ⇒ Object
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_city ⇒ Object
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_company ⇒ Object
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_code ⇒ Object
Required property.
15 16 17 |
# File 'lib/reg_api2/entity/user.rb', line 15 def user_country_code @user_country_code end |
#user_email ⇒ Object
Required property.
13 14 15 |
# File 'lib/reg_api2/entity/user.rb', line 13 def user_email @user_email end |
#user_fax ⇒ Object
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_name ⇒ Object
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_icq ⇒ Object
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_id ⇒ Object
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_name ⇒ Object
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_login ⇒ Object
Required property.
9 10 11 |
# File 'lib/reg_api2/entity/user.rb', line 9 def user_login @user_login end |
#user_mailnotify ⇒ Object
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_password ⇒ Object
Required property.
11 12 13 |
# File 'lib/reg_api2/entity/user.rb', line 11 def user_password @user_password end |
#user_phone ⇒ Object
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_postcode ⇒ Object
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_state ⇒ Object
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_subsribe ⇒ Object
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_website ⇒ Object
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_wmid ⇒ Object
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 |