Class: Page
- Inherits:
-
ServiceCall
- Object
- ServiceCall
- Page
- Defined in:
- lib/etvnet_seek/core/page.rb
Direct Known Subclasses
Constant Summary collapse
- BASE_URL =
"http://www.etvnet.com"
Instance Attribute Summary collapse
-
#document ⇒ Object
readonly
Returns the value of attribute document.
Attributes inherited from ServiceCall
Instance Method Summary collapse
-
#initialize(url = BASE_URL) ⇒ Page
constructor
A new instance of Page.
Methods inherited from ServiceCall
Constructor Details
Instance Attribute Details
#document ⇒ Object (readonly)
Returns the value of attribute document.
8 9 10 |
# File 'lib/etvnet_seek/core/page.rb', line 8 def document @document end |