Class: LokaliseManager::TaskDefinitions::Exporter::ProcessResult
- Inherits:
-
Struct
- Object
- Struct
- LokaliseManager::TaskDefinitions::Exporter::ProcessResult
- Defined in:
- lib/lokalise_manager/task_definitions/exporter.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#path ⇒ Object
Returns the value of attribute path.
-
#process ⇒ Object
Returns the value of attribute process.
-
#success ⇒ Object
Returns the value of attribute success.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
12 13 14 |
# File 'lib/lokalise_manager/task_definitions/exporter.rb', line 12 def error @error end |
#path ⇒ Object
Returns the value of attribute path
12 13 14 |
# File 'lib/lokalise_manager/task_definitions/exporter.rb', line 12 def path @path end |
#process ⇒ Object
Returns the value of attribute process
12 13 14 |
# File 'lib/lokalise_manager/task_definitions/exporter.rb', line 12 def process @process end |
#success ⇒ Object
Returns the value of attribute success
12 13 14 |
# File 'lib/lokalise_manager/task_definitions/exporter.rb', line 12 def success @success end |