Method: SimpleQS::Request::Base.http_method

Defined in:
lib/simple_qs/request/base.rb

.http_method(value = nil) ⇒ Object



91
92
93
94
# File 'lib/simple_qs/request/base.rb', line 91

def http_method(value = nil)
  @http_method = value if value
  @http_method
end