Class: Swiftly::Server

Inherits:
Object
  • Object
show all
Defined in:
lib/swiftly/server.rb

Instance Attribute Summary collapse

Instance Attribute Details

#branchObject

Returns the value of attribute branch.



8
9
10
# File 'lib/swiftly/server.rb', line 8

def branch
  @branch
end

#db_hostObject

Returns the value of attribute db_host.



12
13
14
# File 'lib/swiftly/server.rb', line 12

def db_host
  @db_host
end

#db_nameObject

Returns the value of attribute db_name.



11
12
13
# File 'lib/swiftly/server.rb', line 11

def db_name
  @db_name
end

#db_passObject

Returns the value of attribute db_pass.



14
15
16
# File 'lib/swiftly/server.rb', line 14

def db_pass
  @db_pass
end

#db_userObject

Returns the value of attribute db_user.



13
14
15
# File 'lib/swiftly/server.rb', line 13

def db_user
  @db_user
end

#domainObject

Returns the value of attribute domain.



6
7
8
# File 'lib/swiftly/server.rb', line 6

def domain
  @domain
end

#repoObject

Returns the value of attribute repo.



7
8
9
# File 'lib/swiftly/server.rb', line 7

def repo
  @repo
end

#ssh_pathObject

Returns the value of attribute ssh_path.



9
10
11
# File 'lib/swiftly/server.rb', line 9

def ssh_path
  @ssh_path
end

#ssh_userObject

Returns the value of attribute ssh_user.



10
11
12
# File 'lib/swiftly/server.rb', line 10

def ssh_user
  @ssh_user
end