Module Spacer
In: lib/spacer.rb
lib/spacer/auth.rb
lib/spacer/client.rb
lib/spacer/model.rb
lib/spacer/models/album.rb
lib/spacer/models/details.rb
lib/spacer/models/group.rb
lib/spacer/models/interest.rb
lib/spacer/models/mood.rb
lib/spacer/models/photo.rb
lib/spacer/models/profile.rb
lib/spacer/models/status.rb
lib/spacer/models/user.rb
lib/spacer/models/video.rb

Methods

Classes and Modules

Module Spacer::Model
Class Spacer::Album
Class Spacer::Authentication
Class Spacer::Client
Class Spacer::Details
Class Spacer::Group
Class Spacer::Interest
Class Spacer::Mood
Class Spacer::Photo
Class Spacer::Profile
Class Spacer::Status
Class Spacer::User
Class Spacer::Video

Constants

STUB_NETWORK = true   Change this to false to run tests over the network and not use stubs

Public Class methods

Returns the library path for the module. If any arguments are given, they will be joined to the end of the libray path using File.join.

Returns the lpath for the module. If any arguments are given, they will be joined to the end of the path using File.join.

Utility method used to rquire all files ending in .rb that lie in the directory below this file that has the same name as the filename passed in. Optionally, a specific directory name can be passed in such that the filename does not have to be equivalent to the directory.

Returns the version string for the library.

[Validate]