module SetAttributes::Controls::Attribute
Public Class Methods
some_attribute()
click to toggle source
# File lib/set_attributes/controls/attribute.rb, line 4 def self.some_attribute 'some value' end
some_other_attribute()
click to toggle source
# File lib/set_attributes/controls/attribute.rb, line 8 def self.some_other_attribute 'some other value' end
yet_another_attribute()
click to toggle source
# File lib/set_attributes/controls/attribute.rb, line 12 def self.yet_another_attribute 'yet another value' end