Exception: Goat::DOMTools::InvalidBodyError

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(body) ⇒ InvalidBodyError

Returns a new instance of InvalidBodyError.



185
186
187
188
# File 'lib/goat/html.rb', line 185

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

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body.



183
184
185
# File 'lib/goat/html.rb', line 183

def body
  @body
end