Class: Rufio::FileOperations::OperationResult
- Inherits:
-
Struct
- Object
- Struct
- Rufio::FileOperations::OperationResult
- Defined in:
- lib/rufio/file_operations.rb
Overview
Operation result structure
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#message ⇒ Object
Returns the value of attribute message.
-
#success ⇒ Object
Returns the value of attribute success.
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count
10 11 12 |
# File 'lib/rufio/file_operations.rb', line 10 def count @count end |
#errors ⇒ Object
Returns the value of attribute errors
10 11 12 |
# File 'lib/rufio/file_operations.rb', line 10 def errors @errors end |
#message ⇒ Object
Returns the value of attribute message
10 11 12 |
# File 'lib/rufio/file_operations.rb', line 10 def @message end |
#success ⇒ Object
Returns the value of attribute success
10 11 12 |
# File 'lib/rufio/file_operations.rb', line 10 def success @success end |