class FmRest::Spyke::DataInfo

Public Instance Methods

found_count() click to toggle source
# File lib/fmrest/spyke/spyke_formatter.rb, line 15
def found_count; foundCount; end
returned_count() click to toggle source
# File lib/fmrest/spyke/spyke_formatter.rb, line 16
def returned_count; returnedCount; end
total_record_count() click to toggle source
# File lib/fmrest/spyke/spyke_formatter.rb, line 14
def total_record_count; totalRecordCount; end