Class: TrakioClient::EndPoint
- Inherits:
-
Object
- Object
- TrakioClient::EndPoint
- Extended by:
- Forwardable
- Defined in:
- lib/trakio_client/end_point.rb
Instance Attribute Summary collapse
-
#trakio ⇒ Object
Returns the value of attribute trakio.
Instance Method Summary collapse
-
#initialize(trakio) ⇒ EndPoint
constructor
A new instance of EndPoint.
Constructor Details
#initialize(trakio) ⇒ EndPoint
Returns a new instance of EndPoint.
14 15 16 |
# File 'lib/trakio_client/end_point.rb', line 14 def initialize trakio self.trakio ||= trakio end |
Instance Attribute Details
#trakio ⇒ Object
Returns the value of attribute trakio.
6 7 8 |
# File 'lib/trakio_client/end_point.rb', line 6 def trakio @trakio end |