Module: Schema::Controls::Attribute::Name

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

Class Method Summary collapse

Class Method Details

.exampleObject

[View source]

5
6
7
# File 'lib/schema/controls/attribute.rb', line 5

def self.example
  some_attribute
end

.randomObject

[View source]

21
22
23
# File 'lib/schema/controls/attribute.rb', line 21

def self.random
  :"random_attribute_#{Controls::Random.example}"
end

.some_attributeObject

[View source]

9
10
11
# File 'lib/schema/controls/attribute.rb', line 9

def self.some_attribute
  :some_attribute
end

.some_other_attributeObject

[View source]

13
14
15
# File 'lib/schema/controls/attribute.rb', line 13

def self.some_other_attribute
  :some_other_attribute
end

.yet_another_attributeObject

[View source]

17
18
19
# File 'lib/schema/controls/attribute.rb', line 17

def self.yet_another_attribute
  :yet_another_attribute
end