Class: Sphere::Backends::YUI
- Inherits:
-
Base
- Object
- Base
- Sphere::Backends::YUI
show all
- Defined in:
- lib/sphere/backends/yui.rb
Instance Attribute Summary
Attributes inherited from Base
#content
Class Method Summary
collapse
Methods inherited from Base
#compressed, #initialize
Class Method Details
.default_options ⇒ Object
9
10
11
|
# File 'lib/sphere/backends/yui.rb', line 9
def default_options
{ :type => 'JS' }
end
|
.uri ⇒ Object
13
14
15
|
# File 'lib/sphere/backends/yui.rb', line 13
def uri
@uri ||= URI.parse('http://refresh-sf.com/yui/')
end
|