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
183 184 185 |
# File 'lib/wassup/pane.rb', line 183 def initialize(error) @error = error end |
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error.
182 183 184 |
# File 'lib/wassup/pane.rb', line 182 def error @error end |