Class: Textus::Protocol::Manifest::Entry::Publish::Mode

Inherits:
Object
  • Object
show all
Defined in:
lib/textus/protocol/manifest/entry/publish.rb

Direct Known Subclasses

None, ToPaths, Tree

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#entryObject (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

Returns:

  • (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