Class: ChangeTableSchemaResponse
- Inherits:
-
Object
- Object
- ChangeTableSchemaResponse
- Defined in:
- lib/metal/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comchangeTableSchemaResponse
result - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#result ⇒ Object
Returns the value of attribute result.
Instance Method Summary collapse
-
#initialize(result = nil) ⇒ ChangeTableSchemaResponse
constructor
A new instance of ChangeTableSchemaResponse.
Constructor Details
#initialize(result = nil) ⇒ ChangeTableSchemaResponse
Returns a new instance of ChangeTableSchemaResponse.
1658 1659 1660 |
# File 'lib/metal/default.rb', line 1658 def initialize(result = nil) @result = result end |
Instance Attribute Details
#result ⇒ Object
Returns the value of attribute result.
1656 1657 1658 |
# File 'lib/metal/default.rb', line 1656 def result @result end |