Class: VmoboSchema::Attributes

Inherits:
Object
  • Object
show all
Defined in:
lib/splat/vendors/vmobo/xml/schema.rb

Overview

{}attributes

Constant Summary collapse

@@schema_type =
"attributes"
@@schema_ns =
nil
@@schema_element =
[["custom_message", "SOAP::SOAPString"]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(custom_message = nil) ⇒ Attributes

Returns a new instance of Attributes.



13
14
15
# File 'lib/splat/vendors/vmobo/xml/schema.rb', line 13

def initialize(custom_message = nil)
  @custom_message = custom_message
end

Instance Attribute Details

#custom_messageObject

Returns the value of attribute custom_message.



11
12
13
# File 'lib/splat/vendors/vmobo/xml/schema.rb', line 11

def custom_message
  @custom_message
end