Class: Peddler::APIs::Finances20240619::AmazonPayContext
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Finances20240619::AmazonPayContext
- Defined in:
- sig/peddler/apis/finances_2024_06_19.rbs
Instance Attribute Summary collapse
-
#channel ⇒ String?
readonly
Returns the value of attribute channel.
-
#order_type ⇒ String?
readonly
Returns the value of attribute order_type.
-
#store_name ⇒ String?
readonly
Returns the value of attribute store_name.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :channel, :order_type, :store_name ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Finances20240619::AmazonPayContext
Instance Method Summary collapse
-
#members ⇒ [ :channel, :order_type, :store_name ]
-
#to_h ⇒ { channel: String?, order_type: String?, store_name: String? }
Instance Attribute Details
#channel ⇒ String? (readonly)
Returns the value of attribute channel.
14 15 16 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 14 def channel @channel end |
#order_type ⇒ String? (readonly)
Returns the value of attribute order_type.
15 16 17 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 15 def order_type @order_type end |
#store_name ⇒ String? (readonly)
Returns the value of attribute store_name.
16 17 18 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 16 def store_name @store_name end |
Class Method Details
.[](channel:, order_type:, store_name:) ⇒ Peddler::APIs::Finances20240619::AmazonPayContext .[](arg0, arg1, arg2) ⇒ Peddler::APIs::Finances20240619::AmazonPayContext
7 8 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 7
def self.[]: (?channel: String?, ?order_type: String?, ?store_name: String?) -> Peddler::APIs::Finances20240619::AmazonPayContext
| (String?, String?, String?) -> Peddler::APIs::Finances20240619::AmazonPayContext
|
.members ⇒ [ :channel, :order_type, :store_name ]
10 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 10
def self.members: () -> [ :channel, :order_type, :store_name ]
|
.new(channel:, order_type:, store_name:) ⇒ Peddler::APIs::Finances20240619::AmazonPayContext .new(arg0, arg1, arg2) ⇒ Peddler::APIs::Finances20240619::AmazonPayContext
5 6 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 5
def self.new: (?channel: String?, ?order_type: String?, ?store_name: String?) -> Peddler::APIs::Finances20240619::AmazonPayContext
| (String?, String?, String?) -> Peddler::APIs::Finances20240619::AmazonPayContext
|
.parse ⇒ Peddler::APIs::Finances20240619::AmazonPayContext
12 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 12
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Finances20240619::AmazonPayContext
|
Instance Method Details
#members ⇒ [ :channel, :order_type, :store_name ]
18 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 18
def members: () -> [ :channel, :order_type, :store_name ]
|
#to_h ⇒ { channel: String?, order_type: String?, store_name: String? }
19 |
# File 'sig/peddler/apis/finances_2024_06_19.rbs', line 19
def to_h: () -> { channel: String?, order_type: String?, store_name: String? }
|