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