module ElasticWeb::Client::Billing
Public Instance Methods
operation_types()
click to toggle source
# File lib/elasticweb/client/billing.rb, line 4 def operation_types get('/billing/operation_types') end
operations(type_name)
click to toggle source
# File lib/elasticweb/client/billing.rb, line 8 def operations(type_name) get("/billing/operations/#{type_name}") end