Class: Registration::RegisterIn
- Inherits:
-
Object
- Object
- Registration::RegisterIn
- Defined in:
- lib/rmobio/webservices/soap/registration.rb
Instance Attribute Summary collapse
-
#carrier ⇒ Object
Returns the value of attribute carrier.
-
#communicationViaEmail ⇒ Object
Returns the value of attribute communicationViaEmail.
-
#communicationViaSMS ⇒ Object
Returns the value of attribute communicationViaSMS.
-
#dateOfBirthDate ⇒ Object
Returns the value of attribute dateOfBirthDate.
-
#dateOfBirthMonth ⇒ Object
Returns the value of attribute dateOfBirthMonth.
-
#dateOfBirthYear ⇒ Object
Returns the value of attribute dateOfBirthYear.
-
#emailAddress ⇒ Object
Returns the value of attribute emailAddress.
-
#familyName ⇒ Object
Returns the value of attribute familyName.
-
#gender ⇒ Object
Returns the value of attribute gender.
-
#givenName ⇒ Object
Returns the value of attribute givenName.
-
#loginId ⇒ Object
Returns the value of attribute loginId.
-
#mor ⇒ Object
Returns the value of attribute mor.
-
#password ⇒ Object
Returns the value of attribute password.
-
#phoneModel ⇒ Object
Returns the value of attribute phoneModel.
-
#phoneNumber ⇒ Object
Returns the value of attribute phoneNumber.
-
#primaryRefCode ⇒ Object
Returns the value of attribute primaryRefCode.
-
#registrationID ⇒ Object
Returns the value of attribute registrationID.
-
#secondaryRefCode ⇒ Object
Returns the value of attribute secondaryRefCode.
-
#zipCode ⇒ Object
Returns the value of attribute zipCode.
Instance Method Summary collapse
-
#initialize ⇒ RegisterIn
constructor
A new instance of RegisterIn.
Constructor Details
#initialize ⇒ RegisterIn
Returns a new instance of RegisterIn.
83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 |
# File 'lib/rmobio/webservices/soap/registration.rb', line 83 def initialize() @registrationID = '' @givenName = '' @familyName = '' @carrier = '' @communicationViaEmail = false @communicationViaSMS = true @dateOfBirthMonth = '' @dateOfBirthYear = '' @dateOfBirthDate = '' @emailAddress = '' @gender = '' @primaryRefCode = '' @secondaryRefCode = '' @phoneModel = '' @phoneNumber = '' @zipCode = '' @loginId = '' @password = '' @mor = false end |
Instance Attribute Details
#carrier ⇒ Object
Returns the value of attribute carrier.
77 78 79 |
# File 'lib/rmobio/webservices/soap/registration.rb', line 77 def carrier @carrier end |
#communicationViaEmail ⇒ Object
Returns the value of attribute communicationViaEmail.
77 78 79 |
# File 'lib/rmobio/webservices/soap/registration.rb', line 77 def communicationViaEmail @communicationViaEmail end |
#communicationViaSMS ⇒ Object
Returns the value of attribute communicationViaSMS.
77 78 79 |
# File 'lib/rmobio/webservices/soap/registration.rb', line 77 def communicationViaSMS @communicationViaSMS end |
#dateOfBirthDate ⇒ Object
Returns the value of attribute dateOfBirthDate.
77 78 79 |
# File 'lib/rmobio/webservices/soap/registration.rb', line 77 def dateOfBirthDate @dateOfBirthDate end |
#dateOfBirthMonth ⇒ Object
Returns the value of attribute dateOfBirthMonth.
77 78 79 |
# File 'lib/rmobio/webservices/soap/registration.rb', line 77 def dateOfBirthMonth @dateOfBirthMonth end |
#dateOfBirthYear ⇒ Object
Returns the value of attribute dateOfBirthYear.
77 78 79 |
# File 'lib/rmobio/webservices/soap/registration.rb', line 77 def dateOfBirthYear @dateOfBirthYear end |
#emailAddress ⇒ Object
Returns the value of attribute emailAddress.
77 78 79 |
# File 'lib/rmobio/webservices/soap/registration.rb', line 77 def emailAddress @emailAddress end |
#familyName ⇒ Object
Returns the value of attribute familyName.
77 78 79 |
# File 'lib/rmobio/webservices/soap/registration.rb', line 77 def familyName @familyName end |
#gender ⇒ Object
Returns the value of attribute gender.
77 78 79 |
# File 'lib/rmobio/webservices/soap/registration.rb', line 77 def gender @gender end |
#givenName ⇒ Object
Returns the value of attribute givenName.
77 78 79 |
# File 'lib/rmobio/webservices/soap/registration.rb', line 77 def givenName @givenName end |
#loginId ⇒ Object
Returns the value of attribute loginId.
77 78 79 |
# File 'lib/rmobio/webservices/soap/registration.rb', line 77 def loginId @loginId end |
#mor ⇒ Object
Returns the value of attribute mor.
77 78 79 |
# File 'lib/rmobio/webservices/soap/registration.rb', line 77 def mor @mor end |
#password ⇒ Object
Returns the value of attribute password.
77 78 79 |
# File 'lib/rmobio/webservices/soap/registration.rb', line 77 def password @password end |
#phoneModel ⇒ Object
Returns the value of attribute phoneModel.
77 78 79 |
# File 'lib/rmobio/webservices/soap/registration.rb', line 77 def phoneModel @phoneModel end |
#phoneNumber ⇒ Object
Returns the value of attribute phoneNumber.
77 78 79 |
# File 'lib/rmobio/webservices/soap/registration.rb', line 77 def phoneNumber @phoneNumber end |
#primaryRefCode ⇒ Object
Returns the value of attribute primaryRefCode.
77 78 79 |
# File 'lib/rmobio/webservices/soap/registration.rb', line 77 def primaryRefCode @primaryRefCode end |
#registrationID ⇒ Object
Returns the value of attribute registrationID.
77 78 79 |
# File 'lib/rmobio/webservices/soap/registration.rb', line 77 def registrationID @registrationID end |
#secondaryRefCode ⇒ Object
Returns the value of attribute secondaryRefCode.
77 78 79 |
# File 'lib/rmobio/webservices/soap/registration.rb', line 77 def secondaryRefCode @secondaryRefCode end |
#zipCode ⇒ Object
Returns the value of attribute zipCode.
77 78 79 |
# File 'lib/rmobio/webservices/soap/registration.rb', line 77 def zipCode @zipCode end |