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



6
7
8
# File 'lib/textus/store/container.rb', line 6

def audit_log
  @audit_log
end

#file_storeObject (readonly)

Returns the value of attribute file_store

Returns:

  • (Object)

    the current value of file_store



6
7
8
# File 'lib/textus/store/container.rb', line 6

def file_store
  @file_store
end

#geometryObject (readonly)

Returns the value of attribute geometry

Returns:

  • (Object)

    the current value of geometry



6
7
8
# File 'lib/textus/store/container.rb', line 6

def geometry
  @geometry
end

#job_storeObject (readonly)

Returns the value of attribute job_store

Returns:

  • (Object)

    the current value of job_store



6
7
8
# File 'lib/textus/store/container.rb', line 6

def job_store
  @job_store
end

#schemasObject (readonly)

Returns the value of attribute schemas

Returns:

  • (Object)

    the current value of schemas



6
7
8
# File 'lib/textus/store/container.rb', line 6

def schemas
  @schemas
end