Exception: Teambox::TeamboxError
- Inherits:
-
StandardError
- Object
- StandardError
- Teambox::TeamboxError
- Defined in:
- lib/teambox-client.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
Instance Method Summary collapse
-
#initialize(data) ⇒ TeamboxError
constructor
A new instance of TeamboxError.
Constructor Details
#initialize(data) ⇒ TeamboxError
Returns a new instance of TeamboxError.
15 16 17 18 |
# File 'lib/teambox-client.rb', line 15 def initialize(data) @data = data super end |
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data.
13 14 15 |
# File 'lib/teambox-client.rb', line 13 def data @data end |