class Cookbooks::Registered

Constants

NAMESPACE
#

NAMESPACE

#
SHOW_PROGRAM_NAME
#

SHOW_PROGRAM_NAME

If true then we will show the program in question.

#

Public Class Methods

new() click to toggle source
#

initialize

#
# File lib/cookbooks/utility_scripts/registered.rb, line 33
def initialize
end

Public Instance Methods

hash()
Alias for: hash_to_be_stored?
hash?()
Alias for: hash_to_be_stored?
hash_to_be_stored?() click to toggle source
#

hash_to_be_stored?

This is our main dataset.

#
# File lib/cookbooks/utility_scripts/registered.rb, line 76
def hash_to_be_stored?
  @hash_to_be_stored
end
Also aliased as: hash?, hash
input?()
Alias for: this_program?
opnn(i = NAMESPACE) click to toggle source
#

opnn

#
Calls superclass method Cookbooks::Base#opnn
# File lib/cookbooks/utility_scripts/registered.rb, line 60
def opnn(i = NAMESPACE)
  super(i)
end
reset() click to toggle source
#

reset

#
Calls superclass method Cookbooks::Base#reset
# File lib/cookbooks/utility_scripts/registered.rb, line 39
def reset
  super()
end
ruby_src_dir?() click to toggle source
#

ruby_src_dir?

#
# File lib/cookbooks/utility_scripts/registered.rb, line 67
def ruby_src_dir?
  RUBY_SRC_DIR_AT_HOME
end
set_this_program(i) click to toggle source
#

#set_this_program

#
# File lib/cookbooks/utility_scripts/registered.rb, line 46
def set_this_program(i)
  @this_program = i
end
this_program?() click to toggle source
#

this_program?

#
# File lib/cookbooks/utility_scripts/registered.rb, line 53
def this_program?
  @this_program
end
Also aliased as: input?