Class: Ray::Payloads::RemovePayload

Inherits:
Payload
  • Object
show all
Defined in:
lib/ray/payloads/remove_payload.rb

Instance Method Summary collapse

Methods inherited from Payload

#content, #get_origin, #initialize, #to_hash

Constructor Details

This class inherits a constructor from Ray::Payloads::Payload

Instance Method Details

#typeObject



4
5
6
# File 'lib/ray/payloads/remove_payload.rb', line 4

def type
  'remove'
end