Module: GrandCloud
- Defined in:
- lib/grandcloud.rb,
lib/grand_cloud/base.rb,
lib/grand_cloud/video.rb,
lib/grand_cloud/version.rb,
lib/grand_cloud/exceptions.rb,
lib/grand_cloud/authentication.rb
Defined Under Namespace
Modules: Base, Error Classes: Authentication, Video
Constant Summary collapse
- DEFAULT_HOST_URL =
"api.ku6vms.com"
- VERSION =
'0.1.5'
Instance Attribute Summary collapse
-
#logger ⇒ Object
readonly
Returns the value of attribute logger.
Class Method Summary collapse
Instance Attribute Details
#logger ⇒ Object (readonly)
Returns the value of attribute logger.
25 26 27 |
# File 'lib/grandcloud.rb', line 25 def logger @logger end |
Class Method Details
.logger ⇒ Object
27 28 29 |
# File 'lib/grandcloud.rb', line 27 def self.logger @logger || (@logger = Logger.new(STDOUT)) end |