Class: Wassup::Pane::Ope
- Inherits:
-
Object
- Object
- Wassup::Pane::Ope
- Defined in:
- lib/wassup/pane.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
Instance Method Summary collapse
-
#initialize(error) ⇒ Ope
constructor
A new instance of Ope.
Constructor Details
#initialize(error) ⇒ Ope
Returns a new instance of Ope.
163 164 165 |
# File 'lib/wassup/pane.rb', line 163 def initialize(error) @error = error end |
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error.
162 163 164 |
# File 'lib/wassup/pane.rb', line 162 def error @error end |