Class: Pine::Result
- Inherits:
-
Struct
- Object
- Struct
- Pine::Result
- Defined in:
- lib/sansom/pine.rb
Instance Attribute Summary collapse
-
#item ⇒ Object
Returns the value of attribute item.
-
#remaining_path ⇒ Object
Returns the value of attribute remaining_path.
-
#url_params ⇒ Object
Returns the value of attribute url_params.
Instance Attribute Details
#item ⇒ Object
Returns the value of attribute item
6 7 8 |
# File 'lib/sansom/pine.rb', line 6 def item @item end |
#remaining_path ⇒ Object
Returns the value of attribute remaining_path
6 7 8 |
# File 'lib/sansom/pine.rb', line 6 def remaining_path @remaining_path end |
#url_params ⇒ Object
Returns the value of attribute url_params
6 7 8 |
# File 'lib/sansom/pine.rb', line 6 def url_params @url_params end |