Class: CreateTableWithPKResponse
- Inherits:
-
Object
- Object
- CreateTableWithPKResponse
- Defined in:
- lib/metal/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comcreateTableWithPKResponse
result - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#result ⇒ Object
Returns the value of attribute result.
Instance Method Summary collapse
-
#initialize(result = nil) ⇒ CreateTableWithPKResponse
constructor
A new instance of CreateTableWithPKResponse.
Constructor Details
#initialize(result = nil) ⇒ CreateTableWithPKResponse
Returns a new instance of CreateTableWithPKResponse.
2237 2238 2239 |
# File 'lib/metal/default.rb', line 2237 def initialize(result = nil) @result = result end |
Instance Attribute Details
#result ⇒ Object
Returns the value of attribute result.
2235 2236 2237 |
# File 'lib/metal/default.rb', line 2235 def result @result end |