Class: Rdmm::Queries::ListMakersQuery

Inherits:
BaseQuery
  • Object
show all
Defined in:
lib/rdmm/queries/list_makers_query.rb

Instance Method Summary collapse

Methods inherited from BaseQuery

#affiliate_id, #api_id, inherited, #initialize, property, #to_hash

Constructor Details

This class inherits a constructor from Rdmm::Queries::BaseQuery

Instance Method Details

#floor_idInteger?

Returns:

  • (Integer, nil)


10
11
12
# File 'lib/rdmm/queries/list_makers_query.rb', line 10

def floor_id
  options[:floor_id]
end

#hitsInteger?

Returns:

  • (Integer, nil)


15
16
17
# File 'lib/rdmm/queries/list_makers_query.rb', line 15

def hits
  options[:hits]
end

#initialString?

Returns:

  • (String, nil)


20
21
22
# File 'lib/rdmm/queries/list_makers_query.rb', line 20

def initial
  options[:initial]
end

#offsetInteger?

Returns:

  • (Integer, nil)


25
26
27
# File 'lib/rdmm/queries/list_makers_query.rb', line 25

def offset
  options[:offset]
end