Method: CFoundry::V2::App::Instance#file

Defined in:
lib/cfoundry/v2/app.rb

#file(*path) ⇒ Object



383
384
385
# File 'lib/cfoundry/v2/app.rb', line 383

def file(*path)
  @client.base.files(@app.guid, @id, *path)
end