Class: Pakyow::Connection::Endpoint
- Inherits:
-
Struct
- Object
- Struct
- Pakyow::Connection::Endpoint
- Defined in:
- lib/pakyow/connection.rb
Instance Attribute Summary collapse
-
#params ⇒ Object
Returns the value of attribute params.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#params ⇒ Object
Returns the value of attribute params
54 55 56 |
# File 'lib/pakyow/connection.rb', line 54 def params @params end |
#path ⇒ Object
Returns the value of attribute path
54 55 56 |
# File 'lib/pakyow/connection.rb', line 54 def path @path end |