Class: Textus::Store::Container::Infrastructure

Inherits:
Data
  • Object
show all
Defined in:
lib/textus/store/container.rb

Instance Attribute Summary collapse

Instance Attribute Details

#audit_logObject (readonly)

Returns the value of attribute audit_log

Returns:

  • (Object)

    the current value of audit_log



4
5
6
# File 'lib/textus/store/container.rb', line 4

def audit_log
  @audit_log
end

#file_storeObject (readonly)

Returns the value of attribute file_store

Returns:

  • (Object)

    the current value of file_store



4
5
6
# File 'lib/textus/store/container.rb', line 4

def file_store
  @file_store
end

#job_storeObject (readonly)

Returns the value of attribute job_store

Returns:

  • (Object)

    the current value of job_store



4
5
6
# File 'lib/textus/store/container.rb', line 4

def job_store
  @job_store
end

#layoutObject (readonly)

Returns the value of attribute layout

Returns:

  • (Object)

    the current value of layout



4
5
6
# File 'lib/textus/store/container.rb', line 4

def layout
  @layout
end

#schemasObject (readonly)

Returns the value of attribute schemas

Returns:

  • (Object)

    the current value of schemas



4
5
6
# File 'lib/textus/store/container.rb', line 4

def schemas
  @schemas
end