Class: FmRest::Spyke::DataInfo
- Inherits:
-
OpenStruct
- Object
- OpenStruct
- FmRest::Spyke::DataInfo
- Defined in:
- lib/fmrest/spyke/spyke_formatter.rb
Instance Method Summary collapse
Instance Method Details
#found_count ⇒ Object
14 |
# File 'lib/fmrest/spyke/spyke_formatter.rb', line 14 def found_count; foundCount; end |
#returned_count ⇒ Object
15 |
# File 'lib/fmrest/spyke/spyke_formatter.rb', line 15 def returned_count; returnedCount; end |
#total_record_count ⇒ Object
13 |
# File 'lib/fmrest/spyke/spyke_formatter.rb', line 13 def total_record_count; totalRecordCount; end |