Class: Textus::Protocol::Builder::Infrastructure::Components

Inherits:
Data
  • Object
show all
Defined in:
lib/textus/protocol/builder/infrastructure.rb

Instance Attribute Summary collapse

Instance Attribute Details

#databaseObject (readonly)

Returns the value of attribute database

Returns:

  • (Object)

    the current value of database



5
6
7
# File 'lib/textus/protocol/builder/infrastructure.rb', line 5

def database
  @database
end

#file_systemObject (readonly)

Returns the value of attribute file_system

Returns:

  • (Object)

    the current value of file_system



5
6
7
# File 'lib/textus/protocol/builder/infrastructure.rb', line 5

def file_system
  @file_system
end

#layoutObject (readonly)

Returns the value of attribute layout

Returns:

  • (Object)

    the current value of layout



5
6
7
# File 'lib/textus/protocol/builder/infrastructure.rb', line 5

def layout
  @layout
end

#storeObject (readonly)

Returns the value of attribute store

Returns:

  • (Object)

    the current value of store



5
6
7
# File 'lib/textus/protocol/builder/infrastructure.rb', line 5

def store
  @store
end