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