Class: Marko::Artifact
- Inherits:
-
Struct
- Object
- Struct
- Marko::Artifact
- Defined in:
- lib/marko/artifact.rb
Instance Attribute Summary collapse
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#template ⇒ Object
Returns the value of attribute template.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#filename ⇒ Object
Returns the value of attribute filename
2 3 4 |
# File 'lib/marko/artifact.rb', line 2 def filename @filename end |
#template ⇒ Object
Returns the value of attribute template
2 3 4 |
# File 'lib/marko/artifact.rb', line 2 def template @template end |
#title ⇒ Object
Returns the value of attribute title
2 3 4 |
# File 'lib/marko/artifact.rb', line 2 def title @title end |