Class: Schemas::Directory_types::SubscribedServiceType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initializeSubscribedServiceType

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_anyObject (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

#__xmlattrObject



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_nameObject



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