Module: Schema::Controls::Attribute::Value

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

Class Method Summary collapse

Class Method Details

.alternateObject



39
40
41
# File 'lib/schema/controls/attribute.rb', line 39

def self.alternate
  'some alternate value'
end

.randomObject



43
44
45
# File 'lib/schema/controls/attribute.rb', line 43

def self.random
  Controls::Random.example
end

.some_attributeObject



27
28
29
# File 'lib/schema/controls/attribute.rb', line 27

def self.some_attribute
  'some value'
end

.some_other_attributeObject



31
32
33
# File 'lib/schema/controls/attribute.rb', line 31

def self.some_other_attribute
  'some other value'
end

.yet_another_attributeObject



35
36
37
# File 'lib/schema/controls/attribute.rb', line 35

def self.yet_another_attribute
  'yet another value'
end