Method: Yt::Models::ClaimEvent#update_status
- Defined in:
- lib/yt/models/claim_event.rb
#update_status ⇒ String
Returns 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 |