Class: Schemas::Directory_types::UserTerminalInfoType
- Inherits:
-
Object
- Object
- Schemas::Directory_types::UserTerminalInfoType
- Defined in:
- lib/bluevia/schemas/directory_types.rb
Overview
/UserTerminalInfoType
brand - SOAP::SOAPString
model - SOAP::SOAPString
version - SOAP::SOAPString
screenResolution - SOAP::SOAPString
imei - (any)
mms - Schemas::Directory_types::FlagType
ems - Schemas::Directory_types::FlagType
smartMessaging - Schemas::Directory_types::FlagType
wap - Schemas::Directory_types::FlagType
ussdPhase - SOAP::SOAPString
syncMl - Schemas::Directory_types::FlagType
syncMlVersion - SOAP::SOAPString
emsMaxNumber - SOAP::SOAPString
email - Schemas::Directory_types::FlagType
emn - Schemas::Directory_types::FlagType
adc_OTA - Schemas::Directory_types::FlagType
status - Schemas::Directory_types::StatusType
lastUpdated - (any)
extension - Schemas::Directory_types::ExtensionType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#adc_OTA ⇒ Object
Returns the value of attribute adc_OTA.
-
#brand ⇒ Object
Returns the value of attribute brand.
-
#email ⇒ Object
Returns the value of attribute email.
-
#emn ⇒ Object
Returns the value of attribute emn.
-
#ems ⇒ Object
Returns the value of attribute ems.
-
#emsMaxNumber ⇒ Object
Returns the value of attribute emsMaxNumber.
-
#extension ⇒ Object
Returns the value of attribute extension.
-
#imei ⇒ Object
Returns the value of attribute imei.
-
#lastUpdated ⇒ Object
Returns the value of attribute lastUpdated.
-
#mms ⇒ Object
Returns the value of attribute mms.
-
#model ⇒ Object
Returns the value of attribute model.
-
#screenResolution ⇒ Object
Returns the value of attribute screenResolution.
-
#smartMessaging ⇒ Object
Returns the value of attribute smartMessaging.
-
#status ⇒ Object
Returns the value of attribute status.
-
#syncMl ⇒ Object
Returns the value of attribute syncMl.
-
#syncMlVersion ⇒ Object
Returns the value of attribute syncMlVersion.
-
#ussdPhase ⇒ Object
Returns the value of attribute ussdPhase.
-
#version ⇒ Object
Returns the value of attribute version.
-
#wap ⇒ Object
Returns the value of attribute wap.
Instance Method Summary collapse
-
#initialize(brand = nil, model = nil, version = nil, screenResolution = nil, imei = nil, mms = nil, ems = nil, smartMessaging = nil, wap = nil, ussdPhase = nil, syncMl = nil, syncMlVersion = nil, emsMaxNumber = nil, email = nil, emn = nil, adc_OTA = nil, status = nil, lastUpdated = nil, extension = nil) ⇒ UserTerminalInfoType
constructor
A new instance of UserTerminalInfoType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(brand = nil, model = nil, version = nil, screenResolution = nil, imei = nil, mms = nil, ems = nil, smartMessaging = nil, wap = nil, ussdPhase = nil, syncMl = nil, syncMlVersion = nil, emsMaxNumber = nil, email = nil, emn = nil, adc_OTA = nil, status = nil, lastUpdated = nil, extension = nil) ⇒ UserTerminalInfoType
Returns a new instance of UserTerminalInfoType.
250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 |
# File 'lib/bluevia/schemas/directory_types.rb', line 250 def initialize(brand = nil, model = nil, version = nil, screenResolution = nil, imei = nil, mms = nil, ems = nil, smartMessaging = nil, wap = nil, ussdPhase = nil, syncMl = nil, syncMlVersion = nil, emsMaxNumber = nil, email = nil, emn = nil, adc_OTA = nil, status = nil, lastUpdated = nil, extension = nil) @brand = brand @model = model @version = version @screenResolution = screenResolution @imei = imei @mms = mms @ems = ems @smartMessaging = smartMessaging @wap = wap @ussdPhase = ussdPhase @syncMl = syncMl @syncMlVersion = syncMlVersion @emsMaxNumber = emsMaxNumber @email = email @emn = emn @adc_OTA = adc_OTA @status = status @lastUpdated = lastUpdated @extension = extension @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
244 245 246 |
# File 'lib/bluevia/schemas/directory_types.rb', line 244 def __xmlele_any @__xmlele_any end |
#adc_OTA ⇒ Object
Returns the value of attribute adc_OTA.
240 241 242 |
# File 'lib/bluevia/schemas/directory_types.rb', line 240 def adc_OTA @adc_OTA end |
#brand ⇒ Object
Returns the value of attribute brand.
225 226 227 |
# File 'lib/bluevia/schemas/directory_types.rb', line 225 def brand @brand end |
#email ⇒ Object
Returns the value of attribute email.
238 239 240 |
# File 'lib/bluevia/schemas/directory_types.rb', line 238 def email @email end |
#emn ⇒ Object
Returns the value of attribute emn.
239 240 241 |
# File 'lib/bluevia/schemas/directory_types.rb', line 239 def emn @emn end |
#ems ⇒ Object
Returns the value of attribute ems.
231 232 233 |
# File 'lib/bluevia/schemas/directory_types.rb', line 231 def ems @ems end |
#emsMaxNumber ⇒ Object
Returns the value of attribute emsMaxNumber.
237 238 239 |
# File 'lib/bluevia/schemas/directory_types.rb', line 237 def emsMaxNumber @emsMaxNumber end |
#extension ⇒ Object
Returns the value of attribute extension.
243 244 245 |
# File 'lib/bluevia/schemas/directory_types.rb', line 243 def extension @extension end |
#imei ⇒ Object
Returns the value of attribute imei.
229 230 231 |
# File 'lib/bluevia/schemas/directory_types.rb', line 229 def imei @imei end |
#lastUpdated ⇒ Object
Returns the value of attribute lastUpdated.
242 243 244 |
# File 'lib/bluevia/schemas/directory_types.rb', line 242 def lastUpdated @lastUpdated end |
#mms ⇒ Object
Returns the value of attribute mms.
230 231 232 |
# File 'lib/bluevia/schemas/directory_types.rb', line 230 def mms @mms end |
#model ⇒ Object
Returns the value of attribute model.
226 227 228 |
# File 'lib/bluevia/schemas/directory_types.rb', line 226 def model @model end |
#screenResolution ⇒ Object
Returns the value of attribute screenResolution.
228 229 230 |
# File 'lib/bluevia/schemas/directory_types.rb', line 228 def screenResolution @screenResolution end |
#smartMessaging ⇒ Object
Returns the value of attribute smartMessaging.
232 233 234 |
# File 'lib/bluevia/schemas/directory_types.rb', line 232 def smartMessaging @smartMessaging end |
#status ⇒ Object
Returns the value of attribute status.
241 242 243 |
# File 'lib/bluevia/schemas/directory_types.rb', line 241 def status @status end |
#syncMl ⇒ Object
Returns the value of attribute syncMl.
235 236 237 |
# File 'lib/bluevia/schemas/directory_types.rb', line 235 def syncMl @syncMl end |
#syncMlVersion ⇒ Object
Returns the value of attribute syncMlVersion.
236 237 238 |
# File 'lib/bluevia/schemas/directory_types.rb', line 236 def syncMlVersion @syncMlVersion end |
#ussdPhase ⇒ Object
Returns the value of attribute ussdPhase.
234 235 236 |
# File 'lib/bluevia/schemas/directory_types.rb', line 234 def ussdPhase @ussdPhase end |
#version ⇒ Object
Returns the value of attribute version.
227 228 229 |
# File 'lib/bluevia/schemas/directory_types.rb', line 227 def version @version end |
#wap ⇒ Object
Returns the value of attribute wap.
233 234 235 |
# File 'lib/bluevia/schemas/directory_types.rb', line 233 def wap @wap end |
Instance Method Details
#set_any(elements) ⇒ Object
246 247 248 |
# File 'lib/bluevia/schemas/directory_types.rb', line 246 def set_any(elements) @__xmlele_any = elements end |