class Cyclid::API::Plugins::MistHost

Mist build host

Public Instance Methods

transports() click to toggle source

SSH is the only acceptable Transport

# File lib/cyclid/plugins/builder/mist.rb, line 29
def transports
  ['ssh']
end