Method: Bosh::Clouds::ExternalCpi#has_disk?

Defined in:
lib/cloud/external_cpi.rb

#has_disk?(*arguments) ⇒ Boolean

Returns:

  • (Boolean)


58
# File 'lib/cloud/external_cpi.rb', line 58

def has_disk?(*arguments); invoke_cpi_method(__method__.to_s, *arguments); end