Class: Plushie::Event::Diagnostic::PropRangeExceeded

Inherits:
Data
  • Object
show all
Defined in:
lib/plushie/event/diagnostic.rb

Overview

A numeric prop was outside its declared range and clamped.

Instance Attribute Summary collapse

Instance Attribute Details

#clampedObject (readonly)

Returns the value of attribute clamped

Returns:

  • (Object)

    the current value of clamped



75
76
77
# File 'lib/plushie/event/diagnostic.rb', line 75

def clamped
  @clamped
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



75
76
77
# File 'lib/plushie/event/diagnostic.rb', line 75

def id
  @id
end

#non_finiteObject (readonly)

Returns the value of attribute non_finite

Returns:

  • (Object)

    the current value of non_finite



75
76
77
# File 'lib/plushie/event/diagnostic.rb', line 75

def non_finite
  @non_finite
end

#propObject (readonly)

Returns the value of attribute prop

Returns:

  • (Object)

    the current value of prop



75
76
77
# File 'lib/plushie/event/diagnostic.rb', line 75

def prop
  @prop
end

#rawObject (readonly)

Returns the value of attribute raw

Returns:

  • (Object)

    the current value of raw



75
76
77
# File 'lib/plushie/event/diagnostic.rb', line 75

def raw
  @raw
end

#type_nameObject (readonly)

Returns the value of attribute type_name

Returns:

  • (Object)

    the current value of type_name



75
76
77
# File 'lib/plushie/event/diagnostic.rb', line 75

def type_name
  @type_name
end