Method: Yt::Models::ClaimHistory#events

Defined in:
lib/yt/models/claim_history.rb

#eventsArray<String>

Returns the list of events associated with the claim.

Returns:

  • (Array<String>)

    the list of events associated with the claim.



24
25
26
# File 'lib/yt/models/claim_history.rb', line 24

has_attribute :events, from: :event do |event_info|
  event_info.map{|event| ClaimEvent.new data: event}
end