Module: Schema::Controls::DataStructure::ExtraAttributes
- Defined in:
- lib/schema/controls/data_structure.rb
Class Method Summary collapse
Class Method Details
.data ⇒ Object
35 36 37 38 39 40 |
# File 'lib/schema/controls/data_structure.rb', line 35 def self.data { :some_attribute => DataStructure.some_attribute, :some_other_attribute => some_other_attribute } end |
.some_other_attribute ⇒ Object
42 43 44 |
# File 'lib/schema/controls/data_structure.rb', line 42 def self.some_other_attribute Attribute::Value.some_other_attribute end |