Class: Schemas::Directory_types::UserAccessInfoType
- Inherits:
-
Object
- Object
- Schemas::Directory_types::UserAccessInfoType
- Defined in:
- lib/bluevia/schemas/directory_types.rb
Overview
/UserAccessInfoType
connected - Schemas::Directory_types::FlagType
ipAddress - Schemas::Directory_types::IpAddressType
accessType - SOAP::SOAPString
connectionTime - SOAP::SOAPUnsignedInt
apn - SOAP::SOAPString
roaming - Schemas::Directory_types::FlagType
extension - Schemas::Directory_types::ExtensionType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#accessType ⇒ Object
Returns the value of attribute accessType.
-
#apn ⇒ Object
Returns the value of attribute apn.
-
#connected ⇒ Object
Returns the value of attribute connected.
-
#connectionTime ⇒ Object
Returns the value of attribute connectionTime.
-
#extension ⇒ Object
Returns the value of attribute extension.
-
#ipAddress ⇒ Object
Returns the value of attribute ipAddress.
-
#roaming ⇒ Object
Returns the value of attribute roaming.
Instance Method Summary collapse
-
#initialize(connected = nil, ipAddress = nil, accessType = nil, connectionTime = nil, apn = nil, roaming = nil, extension = nil) ⇒ UserAccessInfoType
constructor
A new instance of UserAccessInfoType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(connected = nil, ipAddress = nil, accessType = nil, connectionTime = nil, apn = nil, roaming = nil, extension = nil) ⇒ UserAccessInfoType
Returns a new instance of UserAccessInfoType.
192 193 194 195 196 197 198 199 200 201 |
# File 'lib/bluevia/schemas/directory_types.rb', line 192 def initialize(connected = nil, ipAddress = nil, accessType = nil, connectionTime = nil, apn = nil, roaming = nil, extension = nil) @connected = connected @ipAddress = ipAddress @accessType = accessType @connectionTime = connectionTime @apn = apn @roaming = roaming @extension = extension @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
186 187 188 |
# File 'lib/bluevia/schemas/directory_types.rb', line 186 def __xmlele_any @__xmlele_any end |
#accessType ⇒ Object
Returns the value of attribute accessType.
181 182 183 |
# File 'lib/bluevia/schemas/directory_types.rb', line 181 def accessType @accessType end |
#apn ⇒ Object
Returns the value of attribute apn.
183 184 185 |
# File 'lib/bluevia/schemas/directory_types.rb', line 183 def apn @apn end |
#connected ⇒ Object
Returns the value of attribute connected.
179 180 181 |
# File 'lib/bluevia/schemas/directory_types.rb', line 179 def connected @connected end |
#connectionTime ⇒ Object
Returns the value of attribute connectionTime.
182 183 184 |
# File 'lib/bluevia/schemas/directory_types.rb', line 182 def connectionTime @connectionTime end |
#extension ⇒ Object
Returns the value of attribute extension.
185 186 187 |
# File 'lib/bluevia/schemas/directory_types.rb', line 185 def extension @extension end |
#ipAddress ⇒ Object
Returns the value of attribute ipAddress.
180 181 182 |
# File 'lib/bluevia/schemas/directory_types.rb', line 180 def ipAddress @ipAddress end |
#roaming ⇒ Object
Returns the value of attribute roaming.
184 185 186 |
# File 'lib/bluevia/schemas/directory_types.rb', line 184 def roaming @roaming end |
Instance Method Details
#set_any(elements) ⇒ Object
188 189 190 |
# File 'lib/bluevia/schemas/directory_types.rb', line 188 def set_any(elements) @__xmlele_any = elements end |