Class: Trackerific::Details

Inherits:
Struct
  • Object
show all
Defined in:
lib/trackerific/details.rb

Overview

Details returned when tracking a package. Stores the package identifier, a summary, and the events, etc.

Instance Attribute Summary collapse

Instance Attribute Details

#eventsObject

Returns the value of attribute events

Returns:

  • (Object)

    the current value of events



4
5
6
# File 'lib/trackerific/details.rb', line 4

def events
  @events
end

#package_idObject

Returns the value of attribute package_id

Returns:

  • (Object)

    the current value of package_id



4
5
6
# File 'lib/trackerific/details.rb', line 4

def package_id
  @package_id
end

#summaryObject

Returns the value of attribute summary

Returns:

  • (Object)

    the current value of summary



4
5
6
# File 'lib/trackerific/details.rb', line 4

def summary
  @summary
end

#viaObject

Returns the value of attribute via

Returns:

  • (Object)

    the current value of via



4
5
6
# File 'lib/trackerific/details.rb', line 4

def via
  @via
end

#weightObject

Returns the value of attribute weight

Returns:

  • (Object)

    the current value of weight



4
5
6
# File 'lib/trackerific/details.rb', line 4

def weight
  @weight
end