Class: Lightwave::LightwaveObject::ChunkError

Inherits:
Object
  • Object
show all
Defined in:
lib/lightwave.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#messageObject

Returns the value of attribute message.



100
101
102
# File 'lib/lightwave.rb', line 100

def message
  @message
end