Class: ChangeTableSchemaResponse
- Inherits:
-
Object
- Object
- ChangeTableSchemaResponse
- Defined in:
- lib/stub/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.
1659 1660 1661 |
# File 'lib/stub/default.rb', line 1659 def initialize(result = nil) @result = result end |
Instance Attribute Details
#result ⇒ Object
Returns the value of attribute result.
1657 1658 1659 |
# File 'lib/stub/default.rb', line 1657 def result @result end |