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.3'
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.
24 25 26 |
# File 'lib/grandcloud.rb', line 24 def logger @logger end |
Class Method Details
.logger ⇒ Object
26 27 28 |
# File 'lib/grandcloud.rb', line 26 def self.logger @logger || (@logger = Logger.new(STDOUT)) end |