Class: Textus::Manifest::Entry::Base::PublishContext
- Inherits:
-
Struct
- Object
- Struct
- Textus::Manifest::Entry::Base::PublishContext
- Defined in:
- lib/textus/manifest/entry/base.rb
Instance Attribute Summary collapse
-
#bus ⇒ Object
Returns the value of attribute bus.
-
#ctx ⇒ Object
Returns the value of attribute ctx.
-
#emit ⇒ Object
Returns the value of attribute emit.
-
#file_store ⇒ Object
Returns the value of attribute file_store.
-
#hook_context ⇒ Object
Returns the value of attribute hook_context.
-
#manifest ⇒ Object
Returns the value of attribute manifest.
-
#reader ⇒ Object
Returns the value of attribute reader.
-
#repo_root ⇒ Object
Returns the value of attribute repo_root.
-
#root ⇒ Object
Returns the value of attribute root.
-
#store ⇒ Object
Returns the value of attribute store.
Instance Attribute Details
#bus ⇒ Object
Returns the value of attribute bus
44 45 46 |
# File 'lib/textus/manifest/entry/base.rb', line 44 def bus @bus end |
#ctx ⇒ Object
Returns the value of attribute ctx
44 45 46 |
# File 'lib/textus/manifest/entry/base.rb', line 44 def ctx @ctx end |
#emit ⇒ Object
Returns the value of attribute emit
44 45 46 |
# File 'lib/textus/manifest/entry/base.rb', line 44 def emit @emit end |
#file_store ⇒ Object
Returns the value of attribute file_store
44 45 46 |
# File 'lib/textus/manifest/entry/base.rb', line 44 def file_store @file_store end |
#hook_context ⇒ Object
Returns the value of attribute hook_context
44 45 46 |
# File 'lib/textus/manifest/entry/base.rb', line 44 def hook_context @hook_context end |
#manifest ⇒ Object
Returns the value of attribute manifest
44 45 46 |
# File 'lib/textus/manifest/entry/base.rb', line 44 def manifest @manifest end |
#reader ⇒ Object
Returns the value of attribute reader
44 45 46 |
# File 'lib/textus/manifest/entry/base.rb', line 44 def reader @reader end |
#repo_root ⇒ Object
Returns the value of attribute repo_root
44 45 46 |
# File 'lib/textus/manifest/entry/base.rb', line 44 def repo_root @repo_root end |
#root ⇒ Object
Returns the value of attribute root
44 45 46 |
# File 'lib/textus/manifest/entry/base.rb', line 44 def root @root end |
#store ⇒ Object
Returns the value of attribute store
44 45 46 |
# File 'lib/textus/manifest/entry/base.rb', line 44 def store @store end |