Module: MtGox::Request
- Included in:
- Client
- Defined in:
- lib/mtgox/request.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) get(path, options = {})
3 4 5 |
# File 'lib/mtgox/request.rb', line 3 def get(path, ={}) request(:get, path, ) end |
- (Object) post(path, options = {})
7 8 9 |
# File 'lib/mtgox/request.rb', line 7 def post(path, ={}) request(:post, path, ) end |