Module: Schema::Controls::Comparison::Entry::SomeOtherAttribute
- Defined in:
- lib/schema/controls/comparison/entry.rb
Defined Under Namespace
Modules: Different, Mapped, Same
Class Method Summary
collapse
Class Method Details
.compare_name ⇒ Object
49
50
51
|
# File 'lib/schema/controls/comparison/entry.rb', line 49
def self.compare_name
Same.some_other_attribute
end
|
.compare_value ⇒ Object
53
54
55
|
# File 'lib/schema/controls/comparison/entry.rb', line 53
def self.compare_value
Same.some_other_attribute
end
|
.control_name ⇒ Object
41
42
43
|
# File 'lib/schema/controls/comparison/entry.rb', line 41
def self.control_name
Same.some_other_attribute
end
|
.control_value ⇒ Object
45
46
47
|
# File 'lib/schema/controls/comparison/entry.rb', line 45
def self.control_value
Same.some_other_attribute
end
|
.example ⇒ Object
37
38
39
|
# File 'lib/schema/controls/comparison/entry.rb', line 37
def self.example
Same.example
end
|