Module: Googletastic::Mixins::Namespaces
- Included in:
- Base
- Defined in:
- lib/googletastic/mixins/namespaces.rb
Defined Under Namespace
Modules: ClassMethods
Constant Summary collapse
- NAMESPACES =
{ "gphoto" => "http://schemas.google.com/photos/2007", "media" => "http://search.yahoo.com/mrss", "openSearch" => "http://a9.com/-/spec/opensearch/1.1/", "docs" => "http://schemas.google.com/docs/2007", "atom" => "http://www.w3.org/2005/Atom", "gd" => "http://schemas.google.com/g/2005", "gAcl" => "http://schemas.google.com/acl/2007", "exif" => "http://schemas.google.com/photos/exif/2007", "app" => "http://www.w3.org/2007/app", "gCal" => "http://schemas.google.com/gCal/2005", "gContact" => "http://schemas.google.com/contact/2008", "batch" => "http://schemas.google.com/gdata/batch", "gs" => "http://schemas.google.com/spreadsheets/2006", "gsx" => "http://schemas.google.com/spreadsheets/2006/extended" }
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
20 21 22 |
# File 'lib/googletastic/mixins/namespaces.rb', line 20 def self.included(base) base.extend ClassMethods end |