Class: Schema::Controls::DataStructure::ConfigureDependencies::Example
- Inherits:
-
Object
- Object
- Schema::Controls::DataStructure::ConfigureDependencies::Example
- Includes:
- DataStructure
- Defined in:
- lib/schema/controls/data_structure.rb
Instance Attribute Summary collapse
-
#some_dependency ⇒ Object
Returns the value of attribute some_dependency.
Instance Method Summary collapse
Methods included from DataStructure
Instance Attribute Details
#some_dependency ⇒ Object
Returns the value of attribute some_dependency.
55 56 57 |
# File 'lib/schema/controls/data_structure.rb', line 55 def some_dependency @some_dependency end |
Instance Method Details
#configure ⇒ Object
57 58 59 |
# File 'lib/schema/controls/data_structure.rb', line 57 def configure self.some_dependency = :set end |