module Attribute::Controls::Checked

Constants

Error

Public Class Methods

example() click to toggle source
# File lib/attribute/controls/checked.rb, line 6
def self.example
  example = Example.new
  example.some_attr = value
  example
end
value() click to toggle source
# File lib/attribute/controls/checked.rb, line 12
def self.value
  'some value'
end