Module: SiteMandala
- Defined in:
- lib/sitemandala.rb,
lib/sitemandala/tags.rb,
lib/sitemandala/forms.rb,
lib/sitemandala/items.rb,
lib/sitemandala/lists.rb,
lib/sitemandala/menus.rb,
lib/sitemandala/notes.rb,
lib/sitemandala/pages.rb,
lib/sitemandala/posts.rb,
lib/sitemandala/users.rb,
lib/sitemandala/blocks.rb,
lib/sitemandala/emails.rb,
lib/sitemandala/events.rb,
lib/sitemandala/topics.rb,
lib/sitemandala/aliases.rb,
lib/sitemandala/domains.rb,
lib/sitemandala/folders.rb,
lib/sitemandala/version.rb,
lib/sitemandala/contacts.rb,
lib/sitemandala/resource.rb,
lib/sitemandala/sections.rb,
lib/sitemandala/responses.rb,
lib/sitemandala/shorturls.rb,
lib/sitemandala/templates.rb,
lib/sitemandala/categories.rb,
lib/sitemandala/collections.rb,
lib/sitemandala/sitemandala.rb,
lib/sitemandala/configuration.rb,
lib/sitemandala/organizations.rb
Defined Under Namespace
Classes: Alias, BadRequest, Blocks, Categories, ClientError, Collections, Configuration, Contacts, Domains, Emails, Events, ExpiredOAuthToken, Folders, Forms, InvalidOAuthToken, Items, Lists, Menus, NotFound, Notes, Organizations, Pages, Posts, Resource, Responses, RevokedOAuthToken, Sections, ServerError, Shorturls, SiteMandala, SiteMandalaError, Tags, Templates, Topics, Unauthorized, Users
Constant Summary collapse
- VERSION =
"1.0.2"
Class Method Summary collapse
Class Method Details
.configure(config = {}) ⇒ Object
35 36 37 38 39 |
# File 'lib/sitemandala.rb', line 35 def self.configure(config={}) Configuration.configure(config) end |