Class: Horseman::Dom::Script

Inherits:
Object
  • Object
show all
Defined in:
lib/horseman/dom/script.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



4
5
6
# File 'lib/horseman/dom/script.rb', line 4

def body
  @body
end

#sourceObject

Returns the value of attribute source.



4
5
6
# File 'lib/horseman/dom/script.rb', line 4

def source
  @source
end