Class: CheckoutSdk::Metadata::BinMetadataSource
- Inherits:
-
MetadataSource
- Object
- MetadataSource
- CheckoutSdk::Metadata::BinMetadataSource
- Defined in:
- lib/checkout_sdk/metadata/source/bin_metadata_source.rb
Instance Attribute Summary collapse
Attributes inherited from MetadataSource
Instance Method Summary collapse
-
#initialize ⇒ BinMetadataSource
constructor
A new instance of BinMetadataSource.
Constructor Details
#initialize ⇒ BinMetadataSource
Returns a new instance of BinMetadataSource.
10 11 12 |
# File 'lib/checkout_sdk/metadata/source/bin_metadata_source.rb', line 10 def initialize super MetadataSourceType::BIN end |
Instance Attribute Details
#bin ⇒ String
7 8 9 10 11 12 13 |
# File 'lib/checkout_sdk/metadata/source/bin_metadata_source.rb', line 7 class BinMetadataSource < MetadataSource attr_accessor :bin def initialize super MetadataSourceType::BIN end end |