Class: Siren::Compose::Config
- Inherits:
-
Struct
- Object
- Struct
- Siren::Compose::Config
- Defined in:
- lib/siren/compose/types.rb
Instance Attribute Summary collapse
-
#compose ⇒ Object
Returns the value of attribute compose.
-
#external ⇒ Object
Returns the value of attribute external.
-
#file ⇒ Object
Returns the value of attribute file.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#compose ⇒ Object
Returns the value of attribute compose
108 109 110 |
# File 'lib/siren/compose/types.rb', line 108 def compose @compose end |
#external ⇒ Object
Returns the value of attribute external
108 109 110 |
# File 'lib/siren/compose/types.rb', line 108 def external @external end |
#file ⇒ Object
Returns the value of attribute file
108 109 110 |
# File 'lib/siren/compose/types.rb', line 108 def file @file end |
#name ⇒ Object
Returns the value of attribute name
108 109 110 |
# File 'lib/siren/compose/types.rb', line 108 def name @name end |