Class: Kitsune::Kit::ServiceCompose::Document
- Inherits:
-
Data
- Object
- Data
- Kitsune::Kit::ServiceCompose::Document
- Defined in:
- lib/kitsune/kit/service_compose.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#filename ⇒ Object
readonly
Returns the value of attribute filename.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
Instance Attribute Details
#content ⇒ Object (readonly)
Returns the value of attribute content
12 13 14 |
# File 'lib/kitsune/kit/service_compose.rb', line 12 def content @content end |
#filename ⇒ Object (readonly)
Returns the value of attribute filename
12 13 14 |
# File 'lib/kitsune/kit/service_compose.rb', line 12 def filename @filename end |
#source ⇒ Object (readonly)
Returns the value of attribute source
12 13 14 |
# File 'lib/kitsune/kit/service_compose.rb', line 12 def source @source end |