Class: Metrico::Client
- Inherits:
-
Object
- Object
- Metrico::Client
- Defined in:
- lib/metrico/client.rb
Instance Attribute Summary collapse
-
#transport ⇒ Object
readonly
Returns the value of attribute transport.
Instance Method Summary collapse
-
#initialize ⇒ Client
constructor
A new instance of Client.
- #push(point) ⇒ Object
Constructor Details
Instance Attribute Details
#transport ⇒ Object (readonly)
Returns the value of attribute transport.
3 4 5 |
# File 'lib/metrico/client.rb', line 3 def transport @transport end |