Class: DeepL::Requests::Usage
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(api, options = {}) ⇒ Usage
constructor
A new instance of Usage.
- #request ⇒ Object
Constructor Details
#initialize(api, options = {}) ⇒ Usage
Returns a new instance of Usage.
4 5 6 |
# File 'lib/deepl/requests/usage.rb', line 4 def initialize(api, = {}) super(api, ) end |
Instance Method Details
#request ⇒ Object
8 9 10 |
# File 'lib/deepl/requests/usage.rb', line 8 def request build_usage(*get) end |