Class: EveOnline::ESI::Models::CharacterCorporationHistory
- Defined in:
- lib/eve_online/esi/models/character_corporation_history.rb
Instance Attribute Summary
Attributes inherited from Object
Instance Method Summary collapse
Methods inherited from Object
#initialize, #method_missing, #respond_to_missing?
Methods included from ParsedHeaders
#cache_status, #error_limit_remain, #error_limit_reset, #etag, #ratelimit_group, #ratelimit_limit, #ratelimit_remaining, #ratelimit_used, #request_id, #total_pages
Constructor Details
This class inherits a constructor from EveOnline::ESI::Object
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class EveOnline::ESI::Object
Instance Method Details
#as_json ⇒ Object
7 8 9 10 11 12 13 14 |
# File 'lib/eve_online/esi/models/character_corporation_history.rb', line 7 def as_json { corporation_id: attributes.corporation_id, is_deleted: attributes.is_deleted, record_id: attributes.record_id, start_date: attributes.start_date } end |