Class: Bard::Provision

Inherits:
Struct
  • Object
show all
Defined in:
lib/bard/provision.rb

Defined Under Namespace

Classes: App, Apt, AuthorizedKeys, Data, Deploy, HTTP, LogRotation, MasterKey, MySQL, Passenger, RVM, Repo, SSH, Swapfile, User

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#configObject

Returns the value of attribute config

Returns:

  • (Object)

    the current value of config



2
3
4
# File 'lib/bard/provision.rb', line 2

def config
  @config
end

#ssh_urlObject

Returns the value of attribute ssh_url

Returns:

  • (Object)

    the current value of ssh_url



2
3
4
# File 'lib/bard/provision.rb', line 2

def ssh_url
  @ssh_url
end

Class Method Details

.callObject



3
# File 'lib/bard/provision.rb', line 3

def self.call(...) = new(...).call