Class: Scraypa::UserAgentAbstract
- Inherits:
-
Object
- Object
- Scraypa::UserAgentAbstract
show all
- Defined in:
- lib/scraypa/user_agent/user_agent_abstract.rb
Instance Method Summary
collapse
Constructor Details
Returns a new instance of UserAgentAbstract.
3
4
5
|
# File 'lib/scraypa/user_agent/user_agent_abstract.rb', line 3
def initialize(*args)
end
|
Instance Method Details
#list ⇒ Object
11
12
13
|
# File 'lib/scraypa/user_agent/user_agent_abstract.rb', line 11
def list
raise NotImplementedError, 'list action not implemented'
end
|
#user_agent ⇒ Object
7
8
9
|
# File 'lib/scraypa/user_agent/user_agent_abstract.rb', line 7
def user_agent
raise NotImplementedError, 'user_agent action not implemented.'
end
|