Class: Kitsune::Kit::ServiceCompose::Document

Inherits:
Data
  • Object
show all
Defined in:
lib/kitsune/kit/service_compose.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



12
13
14
# File 'lib/kitsune/kit/service_compose.rb', line 12

def content
  @content
end

#filenameObject (readonly)

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



12
13
14
# File 'lib/kitsune/kit/service_compose.rb', line 12

def filename
  @filename
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



12
13
14
# File 'lib/kitsune/kit/service_compose.rb', line 12

def source
  @source
end