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_nameObject



49
50
51
# File 'lib/schema/controls/comparison/entry.rb', line 49

def self.compare_name
  Same.some_other_attribute
end

.compare_valueObject



53
54
55
# File 'lib/schema/controls/comparison/entry.rb', line 53

def self.compare_value
  Same.some_other_attribute
end

.control_nameObject



41
42
43
# File 'lib/schema/controls/comparison/entry.rb', line 41

def self.control_name
  Same.some_other_attribute
end

.control_valueObject



45
46
47
# File 'lib/schema/controls/comparison/entry.rb', line 45

def self.control_value
  Same.some_other_attribute
end

.exampleObject



37
38
39
# File 'lib/schema/controls/comparison/entry.rb', line 37

def self.example
  Same.example
end