Class: Vindicia::Return
- Inherits:
-
SoapObject
- Object
- SoapObject
- Vindicia::Return
- Defined in:
- lib/vindicia.rb
Overview
customized data classes
Instance Attribute Summary
Attributes inherited from SoapObject
Instance Method Summary collapse
Methods inherited from SoapObject
#[], #attributes, #build, #cast_as_soap_object, #classname, #each, #initialize, #key?, #method_missing, #ref, #to_hash, #type
Methods included from XMLBuilder
#build_array_xml, #build_tag_xml, #build_xml
Constructor Details
This class inherits a constructor from Vindicia::SoapObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Vindicia::SoapObject
Instance Method Details
#code ⇒ Object
447 |
# File 'lib/vindicia.rb', line 447 def code; self.return_code.to_i; end |
#response ⇒ Object
448 |
# File 'lib/vindicia.rb', line 448 def response; self.return_string; end |