Class: RosettAi::Thor::Tasks::CompileFileContext
- Inherits:
-
Struct
- Object
- Struct
- RosettAi::Thor::Tasks::CompileFileContext
- Defined in:
- lib/rosett_ai/thor/tasks/compile.rb
Overview
Context for file compilation operations
Instance Attribute Summary collapse
-
#checksum ⇒ Object
Returns the value of attribute checksum.
-
#content ⇒ Object
Returns the value of attribute content.
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#target_path ⇒ Object
Returns the value of attribute target_path.
Instance Attribute Details
#checksum ⇒ Object
Returns the value of attribute checksum
17 18 19 |
# File 'lib/rosett_ai/thor/tasks/compile.rb', line 17 def checksum @checksum end |
#content ⇒ Object
Returns the value of attribute content
17 18 19 |
# File 'lib/rosett_ai/thor/tasks/compile.rb', line 17 def content @content end |
#filename ⇒ Object
Returns the value of attribute filename
17 18 19 |
# File 'lib/rosett_ai/thor/tasks/compile.rb', line 17 def filename @filename end |
#target_path ⇒ Object
Returns the value of attribute target_path
17 18 19 |
# File 'lib/rosett_ai/thor/tasks/compile.rb', line 17 def target_path @target_path end |