Class: Richard::Internal::RequestLine

Inherits:
Struct
  • Object
show all
Defined in:
lib/richard_iii/internal/curl.rb

Instance Attribute Summary collapse

Instance Attribute Details

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



65
66
67
# File 'lib/richard_iii/internal/curl.rb', line 65

def uri
  @uri
end

#verbObject

Returns the value of attribute verb

Returns:

  • (Object)

    the current value of verb



65
66
67
# File 'lib/richard_iii/internal/curl.rb', line 65

def verb
  @verb
end