Module: Skydrive

Defined in:
lib/skydrive/version.rb,
lib/skydrive.rb,
lib/skydrive/tag.rb,
lib/skydrive/file.rb,
lib/skydrive/user.rb,
lib/skydrive/album.rb,
lib/skydrive/audio.rb,
lib/skydrive/error.rb,
lib/skydrive/photo.rb,
lib/skydrive/video.rb,
lib/skydrive/client.rb,
lib/skydrive/folder.rb,
lib/skydrive/object.rb,
lib/skydrive/comment.rb,
lib/skydrive/notebook.rb,
lib/skydrive/collection.rb,
lib/skydrive/operations.rb,
lib/skydrive/oauth/client.rb

Overview

Skydrive base module

Defined Under Namespace

Modules: Oauth, Operations Classes: Album, Audio, Client, Collection, Comment, Error, File, Folder, Notebook, Object, Photo, Tag, User, Video

Constant Summary collapse

VERSION =

The gem version

"1.2.0"

Class Attribute Summary collapse

Class Attribute Details

.access_tokenObject

Returns the value of attribute access_token.



9
10
11
# File 'lib/skydrive.rb', line 9

def access_token
  @access_token
end

.api_versionObject

Returns the value of attribute api_version.



9
10
11
# File 'lib/skydrive.rb', line 9

def api_version
  @api_version
end

.client_idObject

Returns the value of attribute client_id.



9
10
11
# File 'lib/skydrive.rb', line 9

def client_id
  @client_id
end

.client_secretObject

Returns the value of attribute client_secret.



9
10
11
# File 'lib/skydrive.rb', line 9

def client_secret
  @client_secret
end

.localeObject

Returns the value of attribute locale.



9
10
11
# File 'lib/skydrive.rb', line 9

def locale
  @locale
end

.sslObject

Returns the value of attribute ssl.



9
10
11
# File 'lib/skydrive.rb', line 9

def ssl
  @ssl
end