Class: VmoboSchema::Attributes
- Inherits:
-
Object
- Object
- VmoboSchema::Attributes
- 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
-
#custom_message ⇒ Object
Returns the value of attribute custom_message.
Instance Method Summary collapse
-
#initialize(custom_message = nil) ⇒ Attributes
constructor
A new instance of Attributes.
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( = nil) @custom_message = end |
Instance Attribute Details
#custom_message ⇒ Object
Returns the value of attribute custom_message.
11 12 13 |
# File 'lib/splat/vendors/vmobo/xml/schema.rb', line 11 def @custom_message end |