Exception: Goat::DOMTools::InvalidBodyError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/goat/dom.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(body) ⇒ InvalidBodyError

Returns a new instance of InvalidBodyError.



238
239
240
241
# File 'lib/goat/dom.rb', line 238

def initialize(body)
  super("Invalid body: #{body.inspect}")
  @body = body
end

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body.



236
237
238
# File 'lib/goat/dom.rb', line 236

def body
  @body
end