Method: Pcli::ApiRequest#path

Defined in:
lib/pcli/api_request.rb

#path(value = nil) ⇒ Object



21
22
23
24
25
26
27
28
# File 'lib/pcli/api_request.rb', line 21

def path(value = nil)
  if value
    @path = value
    self
  else
    @path
  end
end