Class: Remind101::Client
- Inherits:
-
Object
- Object
- Remind101::Client
- Includes:
- Connection, Groups, Messages, Subscribers
- Defined in:
- lib/remind101/client.rb
Defined Under Namespace
Modules: Connection, Groups, Messages, Rescuable, Subscribers
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(options = {}) {|middleware| ... } ⇒ Client
constructor
A new instance of Client.
Methods included from Subscribers
#remove_subscriber!, #remove_subscribers!, #subscribers
Methods included from Rescuable
Methods included from Messages
#create_message!, #destroy_message!, #messages
Methods included from Groups
#create_group!, #destroy_group!, #groups
Methods included from Connection
Constructor Details
#initialize(options = {}) {|middleware| ... } ⇒ Client
Returns a new instance of Client.
16 17 18 19 |
# File 'lib/remind101/client.rb', line 16 def initialize( = {}) @options = yield middleware if block_given? end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
14 15 16 |
# File 'lib/remind101/client.rb', line 14 def @options end |