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

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

Class Method Summary collapse

Class Method Details

.dataObject



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

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