Module: Tappay::Endpoints::Transaction
- Defined in:
- lib/tappay/endpoints.rb
Class Method Summary collapse
Class Method Details
.cap_url ⇒ Object
41 42 43 |
# File 'lib/tappay/endpoints.rb', line 41 def cap_url "#{Endpoints.base_url}/tpc/transaction/cap" end |
.query_url ⇒ Object
33 34 35 |
# File 'lib/tappay/endpoints.rb', line 33 def query_url "#{Endpoints.base_url}/tpc/transaction/query" end |
.trade_history_url ⇒ Object
37 38 39 |
# File 'lib/tappay/endpoints.rb', line 37 def trade_history_url "#{Endpoints.base_url}/tpc/transaction/trade-history" end |