Class: LokaliseManager::TaskDefinitions::Exporter::ProcessResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/lokalise_manager/task_definitions/exporter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



12
13
14
# File 'lib/lokalise_manager/task_definitions/exporter.rb', line 12

def error
  @error
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



12
13
14
# File 'lib/lokalise_manager/task_definitions/exporter.rb', line 12

def path
  @path
end

#processObject

Returns the value of attribute process

Returns:

  • (Object)

    the current value of process



12
13
14
# File 'lib/lokalise_manager/task_definitions/exporter.rb', line 12

def process
  @process
end

#successObject

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



12
13
14
# File 'lib/lokalise_manager/task_definitions/exporter.rb', line 12

def success
  @success
end