Module: Cpaas
- Defined in:
- lib/cpaas-sdk.rb,
lib/cpaas-sdk/api.rb,
lib/cpaas-sdk/config.rb,
lib/cpaas-sdk/version.rb,
lib/cpaas-sdk/resources/twofactor.rb,
lib/cpaas-sdk/resources/conversation.rb,
lib/cpaas-sdk/resources/notification.rb,
lib/cpaas-sdk/resources/notification_channel.rb
Defined Under Namespace
Classes: Conversation, Notification, Twofactor
Constant Summary collapse
- VERSION =
'1.1.0'
Class Attribute Summary collapse
-
.api ⇒ Object
Returns the value of attribute api.
-
.config ⇒ Object
Returns the value of attribute config.
Class Method Summary collapse
-
.configure {|self.config = Cpaas::Config.new| ... } ⇒ Object
Configure the SDK with client_id and client_secret.
Class Attribute Details
.api ⇒ Object
Returns the value of attribute api
8 9 10 |
# File 'lib/cpaas-sdk.rb', line 8 def api @api end |
.config ⇒ Object
Returns the value of attribute config
8 9 10 |
# File 'lib/cpaas-sdk.rb', line 8 def config @config end |