Module: Schema::Controls::DataStructure::ExtraAttributes

Defined in:
lib/schema/controls/data_structure.rb

Class Method Summary collapse

Class Method Details

.dataObject



34
35
36
37
38
39
# File 'lib/schema/controls/data_structure.rb', line 34

def self.data
  {
    :some_attribute => DataStructure.some_attribute,
    :some_other_attribute => some_other_attribute
  }
end

.some_other_attributeObject



41
42
43
# File 'lib/schema/controls/data_structure.rb', line 41

def self.some_other_attribute
  Attribute::Value.some_other_attribute
end