Class: Autonoma::CreateOp
- Inherits:
-
Struct
- Object
- Struct
- Autonoma::CreateOp
- Defined in:
- lib/autonoma/types.rb
Instance Attribute Summary collapse
-
#fields ⇒ Object
Returns the value of attribute fields.
-
#model ⇒ Object
Returns the value of attribute model.
-
#temp_id ⇒ Object
Returns the value of attribute temp_id.
Instance Attribute Details
#fields ⇒ Object
Returns the value of attribute fields
13 14 15 |
# File 'lib/autonoma/types.rb', line 13 def fields @fields end |
#model ⇒ Object
Returns the value of attribute model
13 14 15 |
# File 'lib/autonoma/types.rb', line 13 def model @model end |
#temp_id ⇒ Object
Returns the value of attribute temp_id
13 14 15 |
# File 'lib/autonoma/types.rb', line 13 def temp_id @temp_id end |