Class: Marko::Artifact

Inherits:
Struct
  • Object
show all
Defined in:
lib/marko/artifact.rb

Instance Attribute Summary collapse

Instance Attribute Details

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



2
3
4
# File 'lib/marko/artifact.rb', line 2

def filename
  @filename
end

#templateObject

Returns the value of attribute template

Returns:

  • (Object)

    the current value of template



2
3
4
# File 'lib/marko/artifact.rb', line 2

def template
  @template
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



2
3
4
# File 'lib/marko/artifact.rb', line 2

def title
  @title
end