Class: Textus::Protocol::Manifest::Entry::Leaf
- Defined in:
- lib/textus/protocol/manifest/entry/leaf.rb
Constant Summary collapse
- KIND =
:leaf
Instance Attribute Summary
Attributes inherited from Base
#format, #key, #lane, #naming, #path, #publish_targets, #raw, #schema
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Base
#derived?, #events, #external?, #in_proposal_lane?, #initialize, #lane_writers, #nested?, #publish_mode, #publish_to, #publish_tree, #publish_via, #tracked?, #with_publish_targets
Constructor Details
This class inherits a constructor from Textus::Protocol::Manifest::Entry::Base
Class Method Details
.from_raw(common, _raw) ⇒ Object
10 11 12 |
# File 'lib/textus/protocol/manifest/entry/leaf.rb', line 10 def self.from_raw(common, _raw) new(**common) end |
Instance Method Details
#leaf? ⇒ Boolean
8 |
# File 'lib/textus/protocol/manifest/entry/leaf.rb', line 8 def leaf? = true |