Class: Aitch::DSL
- Inherits:
-
Object
- Object
- Aitch::DSL
- Defined in:
- lib/aitch/dsl.rb
Instance Method Summary collapse
Instance Method Details
#to_h ⇒ Object
19 20 21 22 23 24 25 26 |
# File 'lib/aitch/dsl.rb', line 19 def to_h { url: url, options: || {}, headers: headers || {}, data: data } end |