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_nameObject



124
125
126
# File 'lib/schema/controls/comparison/entry.rb', line 124

def self.compare_name
  SameValues.some_other_attribute
end

.compare_valueObject



128
129
130
# File 'lib/schema/controls/comparison/entry.rb', line 128

def self.compare_value
  SameValues.some_other_attribute
end

.control_nameObject



116
117
118
# File 'lib/schema/controls/comparison/entry.rb', line 116

def self.control_name
  SameValues.some_other_attribute
end

.control_valueObject



120
121
122
# File 'lib/schema/controls/comparison/entry.rb', line 120

def self.control_value
  SameValues.some_other_attribute
end

.exampleObject



112
113
114
# File 'lib/schema/controls/comparison/entry.rb', line 112

def self.example
  SameValues.example
end