Class: Registration::RegisterIn

Inherits:
Object
  • Object
show all
Defined in:
lib/rmobio/webservices/soap/registration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeRegisterIn

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

#carrierObject

Returns the value of attribute carrier.



77
78
79
# File 'lib/rmobio/webservices/soap/registration.rb', line 77

def carrier
  @carrier
end

#communicationViaEmailObject

Returns the value of attribute communicationViaEmail.



77
78
79
# File 'lib/rmobio/webservices/soap/registration.rb', line 77

def communicationViaEmail
  @communicationViaEmail
end

#communicationViaSMSObject

Returns the value of attribute communicationViaSMS.



77
78
79
# File 'lib/rmobio/webservices/soap/registration.rb', line 77

def communicationViaSMS
  @communicationViaSMS
end

#dateOfBirthDateObject

Returns the value of attribute dateOfBirthDate.



77
78
79
# File 'lib/rmobio/webservices/soap/registration.rb', line 77

def dateOfBirthDate
  @dateOfBirthDate
end

#dateOfBirthMonthObject

Returns the value of attribute dateOfBirthMonth.



77
78
79
# File 'lib/rmobio/webservices/soap/registration.rb', line 77

def dateOfBirthMonth
  @dateOfBirthMonth
end

#dateOfBirthYearObject

Returns the value of attribute dateOfBirthYear.



77
78
79
# File 'lib/rmobio/webservices/soap/registration.rb', line 77

def dateOfBirthYear
  @dateOfBirthYear
end

#emailAddressObject

Returns the value of attribute emailAddress.



77
78
79
# File 'lib/rmobio/webservices/soap/registration.rb', line 77

def emailAddress
  @emailAddress
end

#familyNameObject

Returns the value of attribute familyName.



77
78
79
# File 'lib/rmobio/webservices/soap/registration.rb', line 77

def familyName
  @familyName
end

#genderObject

Returns the value of attribute gender.



77
78
79
# File 'lib/rmobio/webservices/soap/registration.rb', line 77

def gender
  @gender
end

#givenNameObject

Returns the value of attribute givenName.



77
78
79
# File 'lib/rmobio/webservices/soap/registration.rb', line 77

def givenName
  @givenName
end

#loginIdObject

Returns the value of attribute loginId.



77
78
79
# File 'lib/rmobio/webservices/soap/registration.rb', line 77

def loginId
  @loginId
end

#morObject

Returns the value of attribute mor.



77
78
79
# File 'lib/rmobio/webservices/soap/registration.rb', line 77

def mor
  @mor
end

#passwordObject

Returns the value of attribute password.



77
78
79
# File 'lib/rmobio/webservices/soap/registration.rb', line 77

def password
  @password
end

#phoneModelObject

Returns the value of attribute phoneModel.



77
78
79
# File 'lib/rmobio/webservices/soap/registration.rb', line 77

def phoneModel
  @phoneModel
end

#phoneNumberObject

Returns the value of attribute phoneNumber.



77
78
79
# File 'lib/rmobio/webservices/soap/registration.rb', line 77

def phoneNumber
  @phoneNumber
end

#primaryRefCodeObject

Returns the value of attribute primaryRefCode.



77
78
79
# File 'lib/rmobio/webservices/soap/registration.rb', line 77

def primaryRefCode
  @primaryRefCode
end

#registrationIDObject

Returns the value of attribute registrationID.



77
78
79
# File 'lib/rmobio/webservices/soap/registration.rb', line 77

def registrationID
  @registrationID
end

#secondaryRefCodeObject

Returns the value of attribute secondaryRefCode.



77
78
79
# File 'lib/rmobio/webservices/soap/registration.rb', line 77

def secondaryRefCode
  @secondaryRefCode
end

#zipCodeObject

Returns the value of attribute zipCode.



77
78
79
# File 'lib/rmobio/webservices/soap/registration.rb', line 77

def zipCode
  @zipCode
end