Class: FmRest::Spyke::DataInfo

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/fmrest/spyke/spyke_formatter.rb

Instance Method Summary collapse

Instance Method Details

#found_countObject



14
# File 'lib/fmrest/spyke/spyke_formatter.rb', line 14

def found_count; foundCount; end

#returned_countObject



15
# File 'lib/fmrest/spyke/spyke_formatter.rb', line 15

def returned_count; returnedCount; end

#total_record_countObject



13
# File 'lib/fmrest/spyke/spyke_formatter.rb', line 13

def total_record_count; totalRecordCount; end