Class: CheckoutSdk::Sessions::CompletionInfo
- Inherits:
-
Object
- Object
- CheckoutSdk::Sessions::CompletionInfo
- Defined in:
- lib/checkout_sdk/sessions/completion/completion_info.rb
Direct Known Subclasses
Instance Attribute Summary collapse
Instance Attribute Details
#type ⇒ String
7 8 9 10 11 12 13 14 15 16 17 |
# File 'lib/checkout_sdk/sessions/completion/completion_info.rb', line 7 class CompletionInfo attr_reader :type protected # @abstract # @param [String] type {CompletionInfoType} def initialize(type) @type = type end end |