Class: Kennel::Syncer::Change

Inherits:
Struct
  • Object
show all
Defined in:
lib/kennel/syncer/plan.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



16
17
18
# File 'lib/kennel/syncer/plan.rb', line 16

def api_resource
  @api_resource
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



16
17
18
# File 'lib/kennel/syncer/plan.rb', line 16

def id
  @id
end

#tracking_idObject

Returns the value of attribute tracking_id

Returns:

  • (Object)

    the current value of tracking_id



16
17
18
# File 'lib/kennel/syncer/plan.rb', line 16

def tracking_id
  @tracking_id
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



16
17
18
# File 'lib/kennel/syncer/plan.rb', line 16

def type
  @type
end