Class: Bard::Provision
- Inherits:
-
Struct
- Object
- Struct
- Bard::Provision
- Defined in:
- lib/bard/provision.rb
Direct Known Subclasses
App, Apt, AuthorizedKeys, Data, Deploy, HTTP, LogRotation, MasterKey, MySQL, Passenger, RVM, Repo, SSH, Swapfile, User
Defined Under Namespace
Classes: App, Apt, AuthorizedKeys, Data, Deploy, HTTP, LogRotation, MasterKey, MySQL, Passenger, RVM, Repo, SSH, Swapfile, User
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
-
#ssh_url ⇒ Object
Returns the value of attribute ssh_url.
Class Method Summary collapse
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config
2 3 4 |
# File 'lib/bard/provision.rb', line 2 def config @config end |
#ssh_url ⇒ Object
Returns the value of attribute ssh_url
2 3 4 |
# File 'lib/bard/provision.rb', line 2 def ssh_url @ssh_url end |
Class Method Details
.call ⇒ Object
3 |
# File 'lib/bard/provision.rb', line 3 def self.call(...) = new(...).call |