Module: Frameio
- Defined in:
- lib/frameio.rb,
lib/frameio/auth.rb,
lib/frameio/client.rb
Overview
client_id = “e0ec793d-2b70-41b9-b038-762d22b76eb8” client_secret = “lsqRmdegl0_d”
Defined Under Namespace
Class Attribute Summary collapse
-
.configuration ⇒ Object
Returns the value of attribute configuration.
Class Method Summary collapse
Class Attribute Details
.configuration ⇒ Object
Returns the value of attribute configuration.
21 22 23 |
# File 'lib/frameio.rb', line 21 def configuration @configuration end |
Class Method Details
.configure {|configuration| ... } ⇒ Object
28 29 30 |
# File 'lib/frameio.rb', line 28 def self.configure yield(configuration) end |
.welcome ⇒ Object
24 25 26 |
# File 'lib/frameio.rb', line 24 def self.welcome "Welcome to the Frameio ruby gem" end |