Libraries
»
inspec
(2.0.45)
»
Index
»
Inspec
»
Resources
»
Http
»
#http_method
Method: Inspec::Resources::Http#http_method
Defined in:
lib/resources/http.rb
#
http_method
⇒
Object
61 62 63
# File 'lib/resources/http.rb', line 61
def
http_method
@opts
.
fetch
(
:method
,
'GET'
)
end