Class: Plushie::Event::Diagnostic::ContentLengthExceeded

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#actualObject (readonly)

Returns the value of attribute actual

Returns:

  • (Object)

    the current value of actual



88
89
90
# File 'lib/plushie/event/diagnostic.rb', line 88

def actual
  @actual
end

#capObject (readonly)

Returns the value of attribute cap

Returns:

  • (Object)

    the current value of cap



88
89
90
# File 'lib/plushie/event/diagnostic.rb', line 88

def cap
  @cap
end

#fieldObject (readonly)

Returns the value of attribute field

Returns:

  • (Object)

    the current value of field



88
89
90
# File 'lib/plushie/event/diagnostic.rb', line 88

def field
  @field
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



88
89
90
# File 'lib/plushie/event/diagnostic.rb', line 88

def id
  @id
end

#truncatedObject (readonly)

Returns the value of attribute truncated

Returns:

  • (Object)

    the current value of truncated



88
89
90
# File 'lib/plushie/event/diagnostic.rb', line 88

def truncated
  @truncated
end