Module: Schema::Controls::Comparison::Entry::SomeOtherAttribute::Mapped
- Defined in:
- lib/schema/controls/comparison/entry.rb
Defined Under Namespace
Modules: DifferentValues, SameValues
Class Method Summary
collapse
Class Method Details
.compare_name ⇒ Object
124
125
126
|
# File 'lib/schema/controls/comparison/entry.rb', line 124
def self.compare_name
SameValues.some_other_attribute
end
|
.compare_value ⇒ Object
128
129
130
|
# File 'lib/schema/controls/comparison/entry.rb', line 128
def self.compare_value
SameValues.some_other_attribute
end
|
.control_name ⇒ Object
116
117
118
|
# File 'lib/schema/controls/comparison/entry.rb', line 116
def self.control_name
SameValues.some_other_attribute
end
|
.control_value ⇒ Object
120
121
122
|
# File 'lib/schema/controls/comparison/entry.rb', line 120
def self.control_value
SameValues.some_other_attribute
end
|
.example ⇒ Object
112
113
114
|
# File 'lib/schema/controls/comparison/entry.rb', line 112
def self.example
SameValues.example
end
|