Class: Journaled::KinesisBatchSender::FailedEvent
- Inherits:
-
Struct
- Object
- Struct
- Journaled::KinesisBatchSender::FailedEvent
- Defined in:
- lib/journaled/kinesis_batch_sender.rb
Instance Attribute Summary collapse
-
#error_code ⇒ Object
Returns the value of attribute error_code.
-
#error_message ⇒ Object
Returns the value of attribute error_message.
-
#event ⇒ Object
Returns the value of attribute event.
-
#transient ⇒ Object
Returns the value of attribute transient.
Instance Method Summary collapse
Instance Attribute Details
#error_code ⇒ Object
Returns the value of attribute error_code
13 14 15 |
# File 'lib/journaled/kinesis_batch_sender.rb', line 13 def error_code @error_code end |
#error_message ⇒ Object
Returns the value of attribute error_message
13 14 15 |
# File 'lib/journaled/kinesis_batch_sender.rb', line 13 def @error_message end |
#event ⇒ Object
Returns the value of attribute event
13 14 15 |
# File 'lib/journaled/kinesis_batch_sender.rb', line 13 def event @event end |
#transient ⇒ Object
Returns the value of attribute transient
13 14 15 |
# File 'lib/journaled/kinesis_batch_sender.rb', line 13 def transient @transient end |
Instance Method Details
#permanent? ⇒ Boolean
18 19 20 |
# File 'lib/journaled/kinesis_batch_sender.rb', line 18 def permanent? !transient end |
#transient? ⇒ Boolean
14 15 16 |
# File 'lib/journaled/kinesis_batch_sender.rb', line 14 def transient? transient end |