Module: Schema::Controls::Attribute::Name
- Defined in:
- lib/schema/controls/attribute.rb
Class Method Summary collapse
- .example ⇒ Object
- .random ⇒ Object
- .some_attribute ⇒ Object
- .some_other_attribute ⇒ Object
- .yet_another_attribute ⇒ Object
Class Method Details
.example ⇒ Object
5 6 7 |
# File 'lib/schema/controls/attribute.rb', line 5 def self.example some_attribute end |
.random ⇒ Object
21 22 23 |
# File 'lib/schema/controls/attribute.rb', line 21 def self.random :"random_attribute_#{Controls::Random.example}" end |
.some_attribute ⇒ Object
9 10 11 |
# File 'lib/schema/controls/attribute.rb', line 9 def self.some_attribute :some_attribute end |
.some_other_attribute ⇒ Object
13 14 15 |
# File 'lib/schema/controls/attribute.rb', line 13 def self.some_other_attribute :some_other_attribute end |
.yet_another_attribute ⇒ Object
17 18 19 |
# File 'lib/schema/controls/attribute.rb', line 17 def self.yet_another_attribute :yet_another_attribute end |