Class: Lightwave::LightwaveObject::TextureError

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ TextureError

Returns a new instance of TextureError.



219
220
221
# File 'lib/lightwave.rb', line 219

def initialize(msg)
  @message = msg
end

Instance Attribute Details

#messageObject

Returns the value of attribute message.



218
219
220
# File 'lib/lightwave.rb', line 218

def message
  @message
end