Class: Textus::Manifest::Entry::Base::PublishContext

Inherits:
Struct
  • Object
show all
Defined in:
lib/textus/manifest/entry/base.rb

Instance Attribute Summary collapse

Instance Attribute Details

#busObject

Returns the value of attribute bus

Returns:

  • (Object)

    the current value of bus



44
45
46
# File 'lib/textus/manifest/entry/base.rb', line 44

def bus
  @bus
end

#ctxObject

Returns the value of attribute ctx

Returns:

  • (Object)

    the current value of ctx



44
45
46
# File 'lib/textus/manifest/entry/base.rb', line 44

def ctx
  @ctx
end

#emitObject

Returns the value of attribute emit

Returns:

  • (Object)

    the current value of emit



44
45
46
# File 'lib/textus/manifest/entry/base.rb', line 44

def emit
  @emit
end

#file_storeObject

Returns the value of attribute file_store

Returns:

  • (Object)

    the current value of file_store



44
45
46
# File 'lib/textus/manifest/entry/base.rb', line 44

def file_store
  @file_store
end

#hook_contextObject

Returns the value of attribute hook_context

Returns:

  • (Object)

    the current value of hook_context



44
45
46
# File 'lib/textus/manifest/entry/base.rb', line 44

def hook_context
  @hook_context
end

#manifestObject

Returns the value of attribute manifest

Returns:

  • (Object)

    the current value of manifest



44
45
46
# File 'lib/textus/manifest/entry/base.rb', line 44

def manifest
  @manifest
end

#readerObject

Returns the value of attribute reader

Returns:

  • (Object)

    the current value of reader



44
45
46
# File 'lib/textus/manifest/entry/base.rb', line 44

def reader
  @reader
end

#repo_rootObject

Returns the value of attribute repo_root

Returns:

  • (Object)

    the current value of repo_root



44
45
46
# File 'lib/textus/manifest/entry/base.rb', line 44

def repo_root
  @repo_root
end

#rootObject

Returns the value of attribute root

Returns:

  • (Object)

    the current value of root



44
45
46
# File 'lib/textus/manifest/entry/base.rb', line 44

def root
  @root
end

#storeObject

Returns the value of attribute store

Returns:

  • (Object)

    the current value of store



44
45
46
# File 'lib/textus/manifest/entry/base.rb', line 44

def store
  @store
end