Class: Pcrd::Commands::Verify::Result
- Inherits:
-
Data
- Object
- Data
- Pcrd::Commands::Verify::Result
- Defined in:
- lib/pcrd/commands/verify.rb
Instance Attribute Summary collapse
-
#passed ⇒ Object
readonly
Returns the value of attribute passed.
-
#tables ⇒ Object
readonly
Returns the value of attribute tables.
Instance Attribute Details
#passed ⇒ Object (readonly)
Returns the value of attribute passed
11 12 13 |
# File 'lib/pcrd/commands/verify.rb', line 11 def passed @passed end |
#tables ⇒ Object (readonly)
Returns the value of attribute tables
11 12 13 |
# File 'lib/pcrd/commands/verify.rb', line 11 def tables @tables end |