Class: SupplejackApi::SchemaDefinition::SchemaObject::SchemaObjectBuilder
- Inherits:
-
Object
- Object
- SupplejackApi::SchemaDefinition::SchemaObject::SchemaObjectBuilder
- Defined in:
- app/models/supplejack_api/schema_definition.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(options) ⇒ SchemaObjectBuilder
constructor
A new instance of SchemaObjectBuilder.
Constructor Details
#initialize(options) ⇒ SchemaObjectBuilder
Returns a new instance of SchemaObjectBuilder.
108 109 110 |
# File 'app/models/supplejack_api/schema_definition.rb', line 108 def initialize() @options = end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
106 107 108 |
# File 'app/models/supplejack_api/schema_definition.rb', line 106 def @options end |