Method: VagrantCloud::Box#exist?

Defined in:
lib/vagrant_cloud/box.rb

#exist?Boolean

Returns box exists remotely.

Returns:

  • (Boolean)

    box exists remotely



82
83
84
# File 'lib/vagrant_cloud/box.rb', line 82

def exist?
  !!created_at
end