Method: Yt::Models::ClaimEvent#update_status

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

#update_statusString

Returns the event status that resulted from a claim_update event.

Returns:

  • (String)

    the event status that resulted from a claim_update event.



62
63
64
# File 'lib/yt/models/claim_event.rb', line 62

has_attribute :update_status, from: :type_details do |type_details|
  (type_details || {})['updateStatus']
end