Class: Krakow::FrameType::Error
- Inherits:
-
Krakow::FrameType
- Object
- Krakow::FrameType
- Krakow::FrameType::Error
- Defined in:
- lib/krakow/frame_type/error.rb
Overview
Error from server
Constant Summary
Instance Attribute Summary (collapse)
-
- (Hash) arguments
included
from Utils::Lazy::InstanceMethods
readonly
Argument hash.
Attributes (collapse)
-
- (String) error
The error attribute.
-
- (TrueClass, FalseClass) error?
Truthiness of the error attribute.
Instance Method Summary (collapse)
-
- (String) content
Content of error.
Instance Attribute Details
- (Hash) arguments (readonly) Originally defined in module Utils::Lazy::InstanceMethods
Returns argument hash
Instance Method Details
- (String) content
Returns content of error
20 21 22 |
# File 'lib/krakow/frame_type/error.rb', line 20 def content error end |
- (String) error
Returns the error attribute
15 |
# File 'lib/krakow/frame_type/error.rb', line 15 attribute :error, String, :required => true |
- (TrueClass, FalseClass) error?
Returns truthiness of the error attribute
15 |
# File 'lib/krakow/frame_type/error.rb', line 15 attribute :error, String, :required => true |