Exception: Oembed::ParserError

Inherits:
Error
  • Object
show all
Defined in:
lib/oembed/errors.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(original) ⇒ ParserError

Returns a new instance of ParserError.



17
18
19
# File 'lib/oembed/errors.rb', line 17

def initialize(original)
  @original = original
end

Instance Attribute Details

#originalObject (readonly)

Returns the value of attribute original.



15
16
17
# File 'lib/oembed/errors.rb', line 15

def original
  @original
end