Class: RSCM::Mooky

Inherits:
Base
  • Object
show all
Defined in:
lib/rscm/scm/mooky.rb

Constant Summary

Constants inherited from Base

Base::DEFAULT_QUIET_PERIOD, Base::THIRTY_TWO_WEEKS_AGO, Base::TWO_WEEKS_AGO

Instance Attribute Summary collapse

Attributes inherited from Base

#default_options, #logger

Instance Method Summary collapse

Methods inherited from Base

#==, #add, #can_create_central?, #central_exists?, #checked_out?, #checkout, #checkout_commandline, #checkout_dir, #checkout_dir=, #commit, #create_central, #destroy_central, #destroy_working_copy, #diff, #edit, #file, #import_central, #install_trigger, #move, #open, #poll_new_revisions, #revisions, #rootdir, #supports_trigger?, #to_identifier, #to_yaml_properties, #transactional?, #trigger_installed?, #trigger_mechanism, #uninstall_trigger, #update_commandline, #uptodate?

Constructor Details

#initialize(foo = "", bar = "chocolate bar") ⇒ Mooky

Returns a new instance of Mooky.



8
9
# File 'lib/rscm/scm/mooky.rb', line 8

def initialize(foo="", bar="chocolate bar")
end

Instance Attribute Details

#barObject

Returns the value of attribute bar.



6
7
8
# File 'lib/rscm/scm/mooky.rb', line 6

def bar
  @bar
end

#fooObject

Returns the value of attribute foo.



5
6
7
# File 'lib/rscm/scm/mooky.rb', line 5

def foo
  @foo
end