Class: RegApi2::Entity::User

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

Overview

Represents REG.API user.

Constant Summary

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

- (Object) check_only

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

- (Object) set_me_as_referrer

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

- (Object) user_addr

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

- (Object) user_city

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

- (Object) user_company

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

- (Object) user_country_code

Note:

Required property.



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

def user_country_code
  @user_country_code
end

- (Object) user_email

Note:

Required property.



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

def user_email
  @user_email
end

- (Object) user_fax

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

- (Object) user_first_name

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

- (Object) user_icq

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

- (Object) user_jabber_id

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

- (Object) user_last_name

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

- (Object) user_login

Note:

Required property.



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

def 
  @user_login
end

- (Object) user_mailnotify

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

- (Object) user_password

Note:

Required property.



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

def user_password
  @user_password
end

- (Object) user_phone

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

- (Object) user_postcode

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

- (Object) user_state

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

- (Object) user_subsribe

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

- (Object) user_website

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

- (Object) user_wmid

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