Class: Ecu::Label::InvalidValue

Inherits:
Struct
  • Object
show all
Defined in:
lib/ecu/interfaces/dcm/property_parser.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



44
45
46
# File 'lib/ecu/interfaces/dcm/property_parser.rb', line 44

def value
  @value
end

Instance Method Details

#inspectObject



48
# File 'lib/ecu/interfaces/dcm/property_parser.rb', line 48

def inspect; to_s; end

#to_sObject



45
46
47
# File 'lib/ecu/interfaces/dcm/property_parser.rb', line 45

def to_s
  "<InvalidValue: \"#{value}\">"
end