Class: Schemas::Directory_types::SubscribedServiceType
- Inherits:
-
Object
- Object
- Schemas::Directory_types::SubscribedServiceType
- Defined in:
- lib/bluevia/schemas/directory_types.rb
Overview
/SubscribedServiceType
xmlattr_name - SOAP::SOAPString
Constant Summary collapse
- AttrName =
XSD::QName.new(nil, "name")
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize ⇒ SubscribedServiceType
constructor
A new instance of SubscribedServiceType.
- #set_any(elements) ⇒ Object
- #xmlattr_name ⇒ Object
- #xmlattr_name=(value) ⇒ Object
Constructor Details
#initialize ⇒ SubscribedServiceType
Returns a new instance of SubscribedServiceType.
313 314 315 316 |
# File 'lib/bluevia/schemas/directory_types.rb', line 313 def initialize @__xmlele_any = nil @__xmlattr = {} end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
295 296 297 |
# File 'lib/bluevia/schemas/directory_types.rb', line 295 def __xmlele_any @__xmlele_any end |
Instance Method Details
#__xmlattr ⇒ Object
301 302 303 |
# File 'lib/bluevia/schemas/directory_types.rb', line 301 def __xmlattr @__xmlattr ||= {} end |
#set_any(elements) ⇒ Object
297 298 299 |
# File 'lib/bluevia/schemas/directory_types.rb', line 297 def set_any(elements) @__xmlele_any = elements end |
#xmlattr_name ⇒ Object
305 306 307 |
# File 'lib/bluevia/schemas/directory_types.rb', line 305 def xmlattr_name __xmlattr[AttrName] end |
#xmlattr_name=(value) ⇒ Object
309 310 311 |
# File 'lib/bluevia/schemas/directory_types.rb', line 309 def xmlattr_name=(value) __xmlattr[AttrName] = value end |