Class: Plushie::Event::Diagnostic::ContentLengthExceeded
- Inherits:
-
Data
- Object
- Data
- Plushie::Event::Diagnostic::ContentLengthExceeded
- Defined in:
- lib/plushie/event/diagnostic.rb
Overview
A text-like content prop exceeded its per-widget byte cap and was truncated.
Instance Attribute Summary collapse
-
#actual ⇒ Object
readonly
Returns the value of attribute actual.
-
#cap ⇒ Object
readonly
Returns the value of attribute cap.
-
#field ⇒ Object
readonly
Returns the value of attribute field.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#truncated ⇒ Object
readonly
Returns the value of attribute truncated.
Instance Attribute Details
#actual ⇒ Object (readonly)
Returns the value of attribute actual
88 89 90 |
# File 'lib/plushie/event/diagnostic.rb', line 88 def actual @actual end |
#cap ⇒ Object (readonly)
Returns the value of attribute cap
88 89 90 |
# File 'lib/plushie/event/diagnostic.rb', line 88 def cap @cap end |
#field ⇒ Object (readonly)
Returns the value of attribute field
88 89 90 |
# File 'lib/plushie/event/diagnostic.rb', line 88 def field @field end |
#id ⇒ Object (readonly)
Returns the value of attribute id
88 89 90 |
# File 'lib/plushie/event/diagnostic.rb', line 88 def id @id end |
#truncated ⇒ Object (readonly)
Returns the value of attribute truncated
88 89 90 |
# File 'lib/plushie/event/diagnostic.rb', line 88 def truncated @truncated end |