Class: Siren::Compose::Secret
- Inherits:
-
Struct
- Object
- Struct
- Siren::Compose::Secret
- 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
110 111 112 |
# File 'lib/siren/compose/types.rb', line 110 def compose @compose end |
#external ⇒ Object
Returns the value of attribute external
110 111 112 |
# File 'lib/siren/compose/types.rb', line 110 def external @external end |
#file ⇒ Object
Returns the value of attribute file
110 111 112 |
# File 'lib/siren/compose/types.rb', line 110 def file @file end |
#name ⇒ Object
Returns the value of attribute name
110 111 112 |
# File 'lib/siren/compose/types.rb', line 110 def name @name end |