Class: RosettAi::Thor::Tasks::CompileFileContext

Inherits:
Struct
  • Object
show all
Defined in:
lib/rosett_ai/thor/tasks/compile.rb

Overview

Context for file compilation operations

Instance Attribute Summary collapse

Instance Attribute Details

#checksumObject

Returns the value of attribute checksum

Returns:

  • (Object)

    the current value of checksum



17
18
19
# File 'lib/rosett_ai/thor/tasks/compile.rb', line 17

def checksum
  @checksum
end

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



17
18
19
# File 'lib/rosett_ai/thor/tasks/compile.rb', line 17

def content
  @content
end

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



17
18
19
# File 'lib/rosett_ai/thor/tasks/compile.rb', line 17

def filename
  @filename
end

#target_pathObject

Returns the value of attribute target_path

Returns:

  • (Object)

    the current value of target_path



17
18
19
# File 'lib/rosett_ai/thor/tasks/compile.rb', line 17

def target_path
  @target_path
end