Module: YaCan
- Includes:
- YahooAPI
- Defined in:
- lib/yacan.rb
Defined Under Namespace
Modules: Dependency, Keyphrase, Morphem, YahooAPI
Constant Summary
collapse
- MA =
YaCan::Morphem
- DA =
YaCan::Dependency
Class Method Summary
collapse
Methods included from YahooAPI
#analyze, request
Class Method Details
.appid ⇒ Object
.appid= ⇒ Object
.proxy_host ⇒ Object
15
16
17
|
# File 'lib/yacan.rb', line 15
def proxy_host
@@proxy_host
end
|
.proxy_host=(host) ⇒ Object
19
20
21
|
# File 'lib/yacan.rb', line 19
def proxy_host=(host)
@@proxy_host = host
end
|
.proxy_port ⇒ Object
23
24
25
|
# File 'lib/yacan.rb', line 23
def proxy_port
@@proxy_port
end
|
.proxy_port=(port) ⇒ Object
27
28
29
|
# File 'lib/yacan.rb', line 27
def proxy_port=(port)
@@proxy_port = port
end
|