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

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

Class Method Summary collapse

Class Method Details

.dataObject



28
29
30
31
32
33
# File 'lib/schema/controls/data_structure.rb', line 28

def self.data
  {
    :some_attribute => 'some value',
    :some_other_attribute => 'some other value'
  }
end