Class: WCKBAPI::Result

Inherits:
Object
  • Object
show all
Defined in:
lib/wckbapi/result.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeResult



6
7
# File 'lib/wckbapi/result.rb', line 6

def initialize()
end

Instance Attribute Details

#itemsPerPageObject

Returns the value of attribute itemsPerPage.



4
5
6
# File 'lib/wckbapi/result.rb', line 4

def itemsPerPage
  @itemsPerPage
end

#queryObject

Returns the value of attribute query.



4
5
6
# File 'lib/wckbapi/result.rb', line 4

def query
  @query
end

#startIndexObject

Returns the value of attribute startIndex.



4
5
6
# File 'lib/wckbapi/result.rb', line 4

def startIndex
  @startIndex
end

#totalResultsObject

Returns the value of attribute totalResults.



4
5
6
# File 'lib/wckbapi/result.rb', line 4

def totalResults
  @totalResults
end