Class: Dnsimple::Options::ListOptions

Inherits:
Base
  • Object
show all
Defined in:
lib/dnsimple/options.rb

Instance Method Summary collapse

Methods inherited from Base

#to_h

Constructor Details

#initialize(options) ⇒ ListOptions

Returns a new instance of ListOptions.



17
18
19
20
21
22
23
# File 'lib/dnsimple/options.rb', line 17

def initialize(options)
  super
  _prepare_query
  _prepare_pagination
  _prepare_sort
  _prepare_filter
end