Libraries
»
cloulu
(0.7.0)
»
Index
»
CFoundry
»
BaseClient
»
#put
Method: CFoundry::BaseClient#put
Defined in:
lib/cfoundry/baseclient.rb
#
put
(*args) ⇒
Object
73 74 75
# File 'lib/cfoundry/baseclient.rb', line 73
def
put
(
*
args
)
request
(
"PUT"
,
*
args
)
end