Module: Minter::Api::MaxGasResource
- Included in:
- Client
- Defined in:
- lib/minter/api/resources/max_gas_resource.rb
Instance Method Summary collapse
Instance Method Details
#max_gas ⇒ Object
6 7 8 9 |
# File 'lib/minter/api/resources/max_gas_resource.rb', line 6 def max_gas path = "/max_gas_price" get(path) end |