Class: Pine::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/sansom/pine.rb

Instance Attribute Summary collapse

Instance Attribute Details

#itemObject

Returns the value of attribute item

Returns:

  • (Object)

    the current value of item



6
7
8
# File 'lib/sansom/pine.rb', line 6

def item
  @item
end

#remaining_pathObject

Returns the value of attribute remaining_path

Returns:

  • (Object)

    the current value of remaining_path



6
7
8
# File 'lib/sansom/pine.rb', line 6

def remaining_path
  @remaining_path
end

#url_paramsObject

Returns the value of attribute url_params

Returns:

  • (Object)

    the current value of url_params



6
7
8
# File 'lib/sansom/pine.rb', line 6

def url_params
  @url_params
end