Class: Lightwave::LightwaveObject::TextureError
- Inherits:
-
Object
- Object
- Lightwave::LightwaveObject::TextureError
- Defined in:
- lib/lightwave.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(msg) ⇒ TextureError
constructor
A new instance of TextureError.
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
#message ⇒ Object
Returns the value of attribute message.
218 219 220 |
# File 'lib/lightwave.rb', line 218 def @message end |