Class: YSM::MasterAccountService::User

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v1/MasterAccountService.rb,
lib/ysm4r/v2/MasterAccountService.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(email = nil, fax = nil, firstName = nil, firstNameFurigana = nil, lastName = nil, lastNameFurigana = nil, locale = nil, middleInitial = nil, mobilePhone = nil, timezone = nil, title = nil, workPhone = nil) ⇒ User

Returns a new instance of User.



90
91
92
93
94
95
96
97
98
99
100
101
102
103
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 90

def initialize(email = nil, fax = nil, firstName = nil, firstNameFurigana = nil, lastName = nil, lastNameFurigana = nil, locale = nil, middleInitial = nil, mobilePhone = nil, timezone = nil, title = nil, workPhone = nil)
  @email = email
  @fax = fax
  @firstName = firstName
  @firstNameFurigana = firstNameFurigana
  @lastName = lastName
  @lastNameFurigana = lastNameFurigana
  @locale = locale
  @middleInitial = middleInitial
  @mobilePhone = mobilePhone
  @timezone = timezone
  @title = title
  @workPhone = workPhone
end

Instance Attribute Details

#emailObject

Returns the value of attribute email.



77
78
79
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 77

def email
  @email
end

#faxObject

Returns the value of attribute fax.



78
79
80
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 78

def fax
  @fax
end

#firstNameObject

Returns the value of attribute firstName.



79
80
81
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 79

def firstName
  @firstName
end

#firstNameFuriganaObject

Returns the value of attribute firstNameFurigana.



80
81
82
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 80

def firstNameFurigana
  @firstNameFurigana
end

#lastNameObject

Returns the value of attribute lastName.



81
82
83
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 81

def lastName
  @lastName
end

#lastNameFuriganaObject

Returns the value of attribute lastNameFurigana.



82
83
84
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 82

def lastNameFurigana
  @lastNameFurigana
end

#localeObject

Returns the value of attribute locale.



83
84
85
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 83

def locale
  @locale
end

#middleInitialObject

Returns the value of attribute middleInitial.



84
85
86
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 84

def middleInitial
  @middleInitial
end

#mobilePhoneObject

Returns the value of attribute mobilePhone.



85
86
87
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 85

def mobilePhone
  @mobilePhone
end

#timezoneObject

Returns the value of attribute timezone.



86
87
88
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 86

def timezone
  @timezone
end

#titleObject

Returns the value of attribute title.



87
88
89
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 87

def title
  @title
end

#workPhoneObject

Returns the value of attribute workPhone.



88
89
90
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 88

def workPhone
  @workPhone
end