Class: Smplkit::Audit::RetryFailedDeliveriesSummary
- Inherits:
-
Struct
- Object
- Struct
- Smplkit::Audit::RetryFailedDeliveriesSummary
- Defined in:
- lib/smplkit/audit/forwarders.rb
Instance Attribute Summary collapse
-
#attempted ⇒ Object
Returns the value of attribute attempted.
-
#failed ⇒ Object
Returns the value of attribute failed.
-
#succeeded ⇒ Object
Returns the value of attribute succeeded.
Instance Attribute Details
#attempted ⇒ Object
Returns the value of attribute attempted
239 240 241 |
# File 'lib/smplkit/audit/forwarders.rb', line 239 def attempted @attempted end |
#failed ⇒ Object
Returns the value of attribute failed
239 240 241 |
# File 'lib/smplkit/audit/forwarders.rb', line 239 def failed @failed end |
#succeeded ⇒ Object
Returns the value of attribute succeeded
239 240 241 |
# File 'lib/smplkit/audit/forwarders.rb', line 239 def succeeded @succeeded end |