Exception: LinkedIn::LinkedInError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/linkedin.rb

Direct Known Subclasses

General, RateLimitExceeded, Unauthorized

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data) ⇒ LinkedInError



24
25
26
27
# File 'lib/linkedin.rb', line 24

def initialize(data)
  @data = data
  super
end

Instance Attribute Details

#dataObject (readonly)

Returns the value of attribute data.



22
23
24
# File 'lib/linkedin.rb', line 22

def data
  @data
end