Class: BaseOperationService
- Inherits:
-
Object
- Object
- BaseOperationService
- Defined in:
- app/services/base_operation_service.rb
Overview
typed: true frozen_string_literal: true
Direct Known Subclasses
AccountFindOrCreateService, CancelReservationService, ExportCreditCardService, MarkReservationArrivedService, MarkReservationAsPaidService, MarkVoucherTransactionAsPaidService, OtpRequestService, PaymentProcessService::Cancelled, PaymentProcessService::MarkAsPaid, RefundGuaranteeClaimService, ReservationConfirmationService, ReservationService::Create, Transactions::Reservation, Transactions::TicketTransaction, VendorsService::GenerateMemoService, VendorsService::GoogleReserve::ConversionTrackingService, VendorsService::GoogleReserve::MerchantFeedsService, VendorsService::GoogleReserve::ServiceFeedsService, VendorsService::GoogleReserve::WebhookService, VendorsService::Klook::AvailabilityService, VendorsService::Klook::ProductService, VendorsService::OpenRice::WebhookService, VendorsService::PaymentService, VendorsService::SupplierWebhookService, VendorsService::TagThai::WebhookService, VendorsService::UpdateMemoService
Instance Attribute Summary collapse
-
#outcome ⇒ Object
readonly
Returns the value of attribute outcome.
Instance Method Summary collapse
Instance Attribute Details
#outcome ⇒ Object
Returns the value of attribute outcome.
9 10 11 |
# File 'app/services/base_operation_service.rb', line 9 def outcome @outcome end |
Instance Method Details
#success? ⇒ Boolean
5 6 7 |
# File 'app/services/base_operation_service.rb', line 5 def success? @status == true end |