Class: Lightwave::LightwaveObject::ChunkError
- Inherits:
-
Object
- Object
- Lightwave::LightwaveObject::ChunkError
- Defined in:
- lib/lightwave.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(msg) ⇒ ChunkError
constructor
A new instance of ChunkError.
Constructor Details
#initialize(msg) ⇒ ChunkError
Returns a new instance of ChunkError.
101 102 103 |
# File 'lib/lightwave.rb', line 101 def initialize(msg) @message = msg end |
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
100 101 102 |
# File 'lib/lightwave.rb', line 100 def @message end |