Class: Swiftly::Server
- Inherits:
-
Object
- Object
- Swiftly::Server
- Defined in:
- lib/swiftly/server.rb
Instance Attribute Summary collapse
-
#branch ⇒ Object
Returns the value of attribute branch.
-
#db_host ⇒ Object
Returns the value of attribute db_host.
-
#db_name ⇒ Object
Returns the value of attribute db_name.
-
#db_pass ⇒ Object
Returns the value of attribute db_pass.
-
#db_user ⇒ Object
Returns the value of attribute db_user.
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#repo ⇒ Object
Returns the value of attribute repo.
-
#ssh_path ⇒ Object
Returns the value of attribute ssh_path.
-
#ssh_user ⇒ Object
Returns the value of attribute ssh_user.
Instance Attribute Details
#branch ⇒ Object
Returns the value of attribute branch.
8 9 10 |
# File 'lib/swiftly/server.rb', line 8 def branch @branch end |
#db_host ⇒ Object
Returns the value of attribute db_host.
12 13 14 |
# File 'lib/swiftly/server.rb', line 12 def db_host @db_host end |
#db_name ⇒ Object
Returns the value of attribute db_name.
11 12 13 |
# File 'lib/swiftly/server.rb', line 11 def db_name @db_name end |
#db_pass ⇒ Object
Returns the value of attribute db_pass.
14 15 16 |
# File 'lib/swiftly/server.rb', line 14 def db_pass @db_pass end |
#db_user ⇒ Object
Returns the value of attribute db_user.
13 14 15 |
# File 'lib/swiftly/server.rb', line 13 def db_user @db_user end |
#domain ⇒ Object
Returns the value of attribute domain.
6 7 8 |
# File 'lib/swiftly/server.rb', line 6 def domain @domain end |
#repo ⇒ Object
Returns the value of attribute repo.
7 8 9 |
# File 'lib/swiftly/server.rb', line 7 def repo @repo end |
#ssh_path ⇒ Object
Returns the value of attribute ssh_path.
9 10 11 |
# File 'lib/swiftly/server.rb', line 9 def ssh_path @ssh_path end |
#ssh_user ⇒ Object
Returns the value of attribute ssh_user.
10 11 12 |
# File 'lib/swiftly/server.rb', line 10 def ssh_user @ssh_user end |