Class: Rufio::FileOperations::OperationResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/rufio/file_operations.rb

Overview

Operation result structure

Instance Attribute Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count



10
11
12
# File 'lib/rufio/file_operations.rb', line 10

def count
  @count
end

#errorsObject

Returns the value of attribute errors



10
11
12
# File 'lib/rufio/file_operations.rb', line 10

def errors
  @errors
end

#messageObject

Returns the value of attribute message



10
11
12
# File 'lib/rufio/file_operations.rb', line 10

def message
  @message
end

#successObject

Returns the value of attribute success



10
11
12
# File 'lib/rufio/file_operations.rb', line 10

def success
  @success
end