Class: Rds::S3::Backup::MySqlCmds::Result
- Inherits:
-
Struct
- Object
- Struct
- Rds::S3::Backup::MySqlCmds::Result
- Defined in:
- lib/rds-s3-backup/mysqlcmds.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#stderr ⇒ Object
Returns the value of attribute stderr.
-
#stdout ⇒ Object
Returns the value of attribute stdout.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
103 104 105 |
# File 'lib/rds-s3-backup/mysqlcmds.rb', line 103 def code @code end |
#stderr ⇒ Object
Returns the value of attribute stderr
103 104 105 |
# File 'lib/rds-s3-backup/mysqlcmds.rb', line 103 def stderr @stderr end |
#stdout ⇒ Object
Returns the value of attribute stdout
103 104 105 |
# File 'lib/rds-s3-backup/mysqlcmds.rb', line 103 def stdout @stdout end |