Module: SetAttributes::Controls::Attribute

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

Defined Under Namespace

Modules: Random

Class Method Summary collapse

Class Method Details

.some_attributeObject



4
5
6
# File 'lib/set_attributes/controls/attribute.rb', line 4

def self.some_attribute
  'some value'
end

.some_other_attributeObject



8
9
10
# File 'lib/set_attributes/controls/attribute.rb', line 8

def self.some_other_attribute
  'some other value'
end

.yet_another_attributeObject



12
13
14
# File 'lib/set_attributes/controls/attribute.rb', line 12

def self.yet_another_attribute
  'yet another value'
end