Module: Swrve
- Extended by:
- Forwardable
- Defined in:
- lib/swrve.rb,
lib/swrve/errors.rb,
lib/swrve/version.rb,
lib/swrve/api/events.rb,
lib/swrve/api/resources.rb,
lib/swrve/configuration.rb,
lib/swrve/middleware/http.rb
Defined Under Namespace
Modules: Api, Middleware Classes: Configuration, ConfigurationError
Constant Summary collapse
- ParamsError =
Class.new(StandardError)
- VERSION =
"0.0.5"
Class Attribute Summary collapse
-
.config ⇒ Object
Returns the value of attribute config.
-
.event_sender ⇒ Object
Returns the value of attribute event_sender.
-
.resource_getter ⇒ Object
Returns the value of attribute resource_getter.
Class Method Summary collapse
Class Attribute Details
.config ⇒ Object
Returns the value of attribute config.
12 13 14 |
# File 'lib/swrve.rb', line 12 def config @config end |
.event_sender ⇒ Object
Returns the value of attribute event_sender.
12 13 14 |
# File 'lib/swrve.rb', line 12 def event_sender @event_sender end |
.resource_getter ⇒ Object
Returns the value of attribute resource_getter.
12 13 14 |
# File 'lib/swrve.rb', line 12 def resource_getter @resource_getter end |