Module: Cayuga::Object::FactoryHelper
- Included in:
- Factory
- Defined in:
- lib/cayuga/object/factory_helper.rb
Overview
Cayuga Object Factory Helper
Instance Attribute Summary collapse
-
#_constants ⇒ Object
readonly
Returns the value of attribute _constants.
-
#_directories ⇒ Object
readonly
Returns the value of attribute _directories.
-
#_files ⇒ Object
readonly
Returns the value of attribute _files.
-
#_logs_annotation_marker ⇒ Object
readonly
Returns the value of attribute _logs_annotation_marker.
-
#_logs_directory ⇒ Object
readonly
Returns the value of attribute _logs_directory.
Instance Attribute Details
#_constants ⇒ Object (readonly)
Returns the value of attribute _constants.
11 12 13 |
# File 'lib/cayuga/object/factory_helper.rb', line 11 def _constants @_constants end |
#_directories ⇒ Object (readonly)
Returns the value of attribute _directories.
11 12 13 |
# File 'lib/cayuga/object/factory_helper.rb', line 11 def _directories @_directories end |
#_files ⇒ Object (readonly)
Returns the value of attribute _files.
11 12 13 |
# File 'lib/cayuga/object/factory_helper.rb', line 11 def _files @_files end |
#_logs_annotation_marker ⇒ Object (readonly)
Returns the value of attribute _logs_annotation_marker.
12 13 14 |
# File 'lib/cayuga/object/factory_helper.rb', line 12 def _logs_annotation_marker @_logs_annotation_marker end |
#_logs_directory ⇒ Object (readonly)
Returns the value of attribute _logs_directory.
12 13 14 |
# File 'lib/cayuga/object/factory_helper.rb', line 12 def _logs_directory @_logs_directory end |