Class: Sphere::Backends::YUI

Inherits:
Base
  • Object
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

Constructor Details

This class inherits a constructor from Sphere::Backends::Base

Class Method Details

.default_optionsObject



9
10
11
# File 'lib/sphere/backends/yui.rb', line 9

def default_options
  { :type  => 'JS' }
end

.uriObject



13
14
15
# File 'lib/sphere/backends/yui.rb', line 13

def uri
  @uri ||= URI.parse('http://refresh-sf.com/yui/')
end