Exception: LinkedIn::LinkedInError
- Inherits:
-
StandardError
- Object
- StandardError
- LinkedIn::LinkedInError
- Defined in:
- lib/linkedin.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.
19 20 21 22 |
# File 'lib/linkedin.rb', line 19 def initialize(data) @data = data super end |
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data.
17 18 19 |
# File 'lib/linkedin.rb', line 17 def data @data end |