Class: Textus::Protocol::Builder::Infrastructure::Components
- Inherits:
-
Data
- Object
- Data
- Textus::Protocol::Builder::Infrastructure::Components
- Defined in:
- lib/textus/protocol/builder/infrastructure.rb
Instance Attribute Summary collapse
-
#database ⇒ Object
readonly
Returns the value of attribute database.
-
#file_system ⇒ Object
readonly
Returns the value of attribute file_system.
-
#layout ⇒ Object
readonly
Returns the value of attribute layout.
-
#store ⇒ Object
readonly
Returns the value of attribute store.
Instance Attribute Details
#database ⇒ Object (readonly)
Returns the value of attribute database
5 6 7 |
# File 'lib/textus/protocol/builder/infrastructure.rb', line 5 def database @database end |
#file_system ⇒ Object (readonly)
Returns the value of attribute file_system
5 6 7 |
# File 'lib/textus/protocol/builder/infrastructure.rb', line 5 def file_system @file_system end |
#layout ⇒ Object (readonly)
Returns the value of attribute layout
5 6 7 |
# File 'lib/textus/protocol/builder/infrastructure.rb', line 5 def layout @layout end |
#store ⇒ Object (readonly)
Returns the value of attribute store
5 6 7 |
# File 'lib/textus/protocol/builder/infrastructure.rb', line 5 def store @store end |