Class: Kennel::Syncer::Change

Inherits:
Struct
  • Object
show all
Defined in:
lib/kennel/syncer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_resourceObject

Returns the value of attribute api_resource

Returns:

  • (Object)

    the current value of api_resource



21
22
23
# File 'lib/kennel/syncer.rb', line 21

def api_resource
  @api_resource
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



21
22
23
# File 'lib/kennel/syncer.rb', line 21

def id
  @id
end

#tracking_idObject

Returns the value of attribute tracking_id

Returns:

  • (Object)

    the current value of tracking_id



21
22
23
# File 'lib/kennel/syncer.rb', line 21

def tracking_id
  @tracking_id
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



21
22
23
# File 'lib/kennel/syncer.rb', line 21

def type
  @type
end