Module: ElasticWeb::Client::Billing
- Included in:
- ElasticWeb::Client
- Defined in:
- lib/elasticweb/client/billing.rb
Instance Method Summary collapse
Instance Method Details
#operation_types ⇒ Object
4 5 6 |
# File 'lib/elasticweb/client/billing.rb', line 4 def operation_types get('/billing/operation_types') end |
#operations(type_name) ⇒ Object
8 9 10 |
# File 'lib/elasticweb/client/billing.rb', line 8 def operations(type_name) get("/billing/operations/#{type_name}") end |