Class: Plushie::Event::Diagnostic::PropRangeExceeded
- Inherits:
-
Data
- Object
- Data
- Plushie::Event::Diagnostic::PropRangeExceeded
- Defined in:
- lib/plushie/event/diagnostic.rb
Overview
A numeric prop was outside its declared range and clamped.
Instance Attribute Summary collapse
-
#clamped ⇒ Object
readonly
Returns the value of attribute clamped.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#non_finite ⇒ Object
readonly
Returns the value of attribute non_finite.
-
#prop ⇒ Object
readonly
Returns the value of attribute prop.
-
#raw ⇒ Object
readonly
Returns the value of attribute raw.
-
#type_name ⇒ Object
readonly
Returns the value of attribute type_name.
Instance Attribute Details
#clamped ⇒ Object (readonly)
Returns the value of attribute clamped
75 76 77 |
# File 'lib/plushie/event/diagnostic.rb', line 75 def clamped @clamped end |
#id ⇒ Object (readonly)
Returns the value of attribute id
75 76 77 |
# File 'lib/plushie/event/diagnostic.rb', line 75 def id @id end |
#non_finite ⇒ Object (readonly)
Returns the value of attribute non_finite
75 76 77 |
# File 'lib/plushie/event/diagnostic.rb', line 75 def non_finite @non_finite end |
#prop ⇒ Object (readonly)
Returns the value of attribute prop
75 76 77 |
# File 'lib/plushie/event/diagnostic.rb', line 75 def prop @prop end |
#raw ⇒ Object (readonly)
Returns the value of attribute raw
75 76 77 |
# File 'lib/plushie/event/diagnostic.rb', line 75 def raw @raw end |
#type_name ⇒ Object (readonly)
Returns the value of attribute type_name
75 76 77 |
# File 'lib/plushie/event/diagnostic.rb', line 75 def type_name @type_name end |