Class: TrakIO::Tracker
- Inherits:
-
Object
- Object
- TrakIO::Tracker
- Defined in:
- lib/trakio/tracker.rb
Instance Attribute Summary collapse
-
#token ⇒ Object
readonly
Returns the value of attribute token.
Instance Method Summary collapse
-
#initialize(token) ⇒ Tracker
constructor
A new instance of Tracker.
Constructor Details
#initialize(token) ⇒ Tracker
Returns a new instance of Tracker.
7 8 9 |
# File 'lib/trakio/tracker.rb', line 7 def initialize(token) @token = token end |
Instance Attribute Details
#token ⇒ Object (readonly)
Returns the value of attribute token.
5 6 7 |
# File 'lib/trakio/tracker.rb', line 5 def token @token end |