Class: RailsZero::Config::GitDeployment

Inherits:
Object
  • Object
show all
Defined in:
lib/rails_zero/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#git_binaryObject

Returns the value of attribute git_binary.



12
13
14
# File 'lib/rails_zero/config.rb', line 12

def git_binary
  @git_binary
end

#git_remote_refObject

Returns the value of attribute git_remote_ref.



12
13
14
# File 'lib/rails_zero/config.rb', line 12

def git_remote_ref
  @git_remote_ref
end

#urlObject

Returns the value of attribute url.



12
13
14
# File 'lib/rails_zero/config.rb', line 12

def url
  @url
end