Class: EveCrest::Response::Wars

Inherits:
BaseResponse show all
Defined in:
lib/responses/wars.rb

Instance Attribute Summary

Attributes inherited from BaseResponse

#data

Instance Method Summary collapse

Methods inherited from BaseResponse

#cached_until, #error_message, #initialize, #raw, #success?

Constructor Details

This class inherits a constructor from EveCrest::BaseResponse

Instance Method Details

#countObject



4
5
6
# File 'lib/responses/wars.rb', line 4

def count
  data['totalCount']
end