Class: YSM::MasterAccountService::User
- Inherits:
-
Object
- Object
- YSM::MasterAccountService::User
- Defined in:
- lib/ysm4r/v1/MasterAccountService.rb,
lib/ysm4r/v2/MasterAccountService.rb
Overview
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#fax ⇒ Object
Returns the value of attribute fax.
-
#firstName ⇒ Object
Returns the value of attribute firstName.
-
#firstNameFurigana ⇒ Object
Returns the value of attribute firstNameFurigana.
-
#lastName ⇒ Object
Returns the value of attribute lastName.
-
#lastNameFurigana ⇒ Object
Returns the value of attribute lastNameFurigana.
-
#locale ⇒ Object
Returns the value of attribute locale.
-
#middleInitial ⇒ Object
Returns the value of attribute middleInitial.
-
#mobilePhone ⇒ Object
Returns the value of attribute mobilePhone.
-
#timezone ⇒ Object
Returns the value of attribute timezone.
-
#title ⇒ Object
Returns the value of attribute title.
-
#workPhone ⇒ Object
Returns the value of attribute workPhone.
Instance Method Summary collapse
-
#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
constructor
A new instance of User.
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
#email ⇒ Object
Returns the value of attribute email.
77 78 79 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 77 def email @email end |
#fax ⇒ Object
Returns the value of attribute fax.
78 79 80 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 78 def fax @fax end |
#firstName ⇒ Object
Returns the value of attribute firstName.
79 80 81 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 79 def firstName @firstName end |
#firstNameFurigana ⇒ Object
Returns the value of attribute firstNameFurigana.
80 81 82 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 80 def firstNameFurigana @firstNameFurigana end |
#lastName ⇒ Object
Returns the value of attribute lastName.
81 82 83 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 81 def lastName @lastName end |
#lastNameFurigana ⇒ Object
Returns the value of attribute lastNameFurigana.
82 83 84 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 82 def lastNameFurigana @lastNameFurigana end |
#locale ⇒ Object
Returns the value of attribute locale.
83 84 85 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 83 def locale @locale end |
#middleInitial ⇒ Object
Returns the value of attribute middleInitial.
84 85 86 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 84 def middleInitial @middleInitial end |
#mobilePhone ⇒ Object
Returns the value of attribute mobilePhone.
85 86 87 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 85 def mobilePhone @mobilePhone end |
#timezone ⇒ Object
Returns the value of attribute timezone.
86 87 88 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 86 def timezone @timezone end |
#title ⇒ Object
Returns the value of attribute title.
87 88 89 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 87 def title @title end |
#workPhone ⇒ Object
Returns the value of attribute workPhone.
88 89 90 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 88 def workPhone @workPhone end |