Exception: PivotalTracker::Error
- Inherits:
-
StandardError
- Object
- StandardError
- PivotalTracker::Error
- Defined in:
- lib/pivotal_tracker/error.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
Instance Method Summary collapse
-
#initialize(data) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(data) ⇒ Error
Returns a new instance of Error.
4 5 6 7 |
# File 'lib/pivotal_tracker/error.rb', line 4 def initialize(data) @data = data super end |
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data.
2 3 4 |
# File 'lib/pivotal_tracker/error.rb', line 2 def data @data end |