Class: SmoothOperator::ProtocolHandler
- Inherits:
-
Object
- Object
- SmoothOperator::ProtocolHandler
- Includes:
- HTTParty
- Defined in:
- lib/smooth_operator/protocol_handler.rb
Class Method Summary collapse
- .delete_options(options) ⇒ Object
- .get_options(options) ⇒ Object
- .post_options(options) ⇒ Object
- .put_options(options) ⇒ Object
Class Method Details
.delete_options(options) ⇒ Object
21 22 23 |
# File 'lib/smooth_operator/protocol_handler.rb', line 21 def self.() { body: } end |
.get_options(options) ⇒ Object
9 10 11 |
# File 'lib/smooth_operator/protocol_handler.rb', line 9 def self.() { query: } end |
.post_options(options) ⇒ Object
13 14 15 |
# File 'lib/smooth_operator/protocol_handler.rb', line 13 def self.() { body: } end |
.put_options(options) ⇒ Object
17 18 19 |
# File 'lib/smooth_operator/protocol_handler.rb', line 17 def self.() { body: } end |