Class: Textus::Protocol::Manifest::Entry::Publish::Mode
- Inherits:
-
Object
- Object
- Textus::Protocol::Manifest::Entry::Publish::Mode
- Defined in:
- lib/textus/protocol/manifest/entry/publish.rb
Instance Attribute Summary collapse
-
#entry ⇒ Object
readonly
Returns the value of attribute entry.
Instance Method Summary collapse
-
#initialize(entry) ⇒ Mode
constructor
A new instance of Mode.
- #keyless? ⇒ Boolean
- #validate! ⇒ Object
Constructor Details
#initialize(entry) ⇒ Mode
Returns a new instance of Mode.
32 33 34 |
# File 'lib/textus/protocol/manifest/entry/publish.rb', line 32 def initialize(entry) @entry = entry end |
Instance Attribute Details
#entry ⇒ Object (readonly)
Returns the value of attribute entry.
36 37 38 |
# File 'lib/textus/protocol/manifest/entry/publish.rb', line 36 def entry @entry end |
Instance Method Details
#keyless? ⇒ Boolean
40 |
# File 'lib/textus/protocol/manifest/entry/publish.rb', line 40 def keyless? = false |
#validate! ⇒ Object
38 |
# File 'lib/textus/protocol/manifest/entry/publish.rb', line 38 def validate!; end |