Class: CzechPostB2bClient::Services::TimePeriodStatisticator::TimePeriodStatisticatorRequestsResult
- Inherits:
-
Struct
- Object
- Struct
- CzechPostB2bClient::Services::TimePeriodStatisticator::TimePeriodStatisticatorRequestsResult
- Defined in:
- lib/czech_post_b2b_client/services/time_period_statisticator.rb
Instance Attribute Summary collapse
-
#successful ⇒ Object
Returns the value of attribute successful.
-
#total ⇒ Object
Returns the value of attribute total.
-
#with_errors ⇒ Object
Returns the value of attribute with_errors.
Instance Attribute Details
#successful ⇒ Object
Returns the value of attribute successful
9 10 11 |
# File 'lib/czech_post_b2b_client/services/time_period_statisticator.rb', line 9 def successful @successful end |
#total ⇒ Object
Returns the value of attribute total
9 10 11 |
# File 'lib/czech_post_b2b_client/services/time_period_statisticator.rb', line 9 def total @total end |
#with_errors ⇒ Object
Returns the value of attribute with_errors
9 10 11 |
# File 'lib/czech_post_b2b_client/services/time_period_statisticator.rb', line 9 def with_errors @with_errors end |