Module: Marvel::Request
Instance Attribute Summary
Attributes included from Response
#code, #count, #etag, #limit, #offset, #status, #total
Instance Method Summary collapse
Methods included from Response
Instance Method Details
#get(path, options = {}) ⇒ Object
8 9 10 |
# File 'lib/marvel/request.rb', line 8 def get(path, = {}) request(:get, path, ) end |