Class: Sox::RequestOptions
- Inherits:
-
Object
- Object
- Sox::RequestOptions
- Defined in:
- lib/sox/request_options.rb
Instance Method Summary collapse
-
#initialize(method, options = {}) ⇒ RequestOptions
constructor
A new instance of RequestOptions.
- #request ⇒ Object
Constructor Details
#initialize(method, options = {}) ⇒ RequestOptions
Returns a new instance of RequestOptions.
7 8 9 10 |
# File 'lib/sox/request_options.rb', line 7 def initialize(method, ={}) @method = method @options = end |
Instance Method Details
#request ⇒ Object
3 4 5 |
# File 'lib/sox/request_options.rb', line 3 def request generate_xml end |