Class: Peddler::APIs::ProductPricingV0::BatchRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ProductPricingV0::BatchRequest
- Defined in:
- sig/peddler/apis/product_pricing_v0.rbs
Instance Attribute Summary collapse
-
#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, :headers ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ProductPricingV0::BatchRequest
Instance Method Summary collapse
-
#members ⇒ [ :method, :uri, :headers ]
-
#to_h ⇒ { method: String, uri: String, headers: Hash[untyped, untyped]? }
Instance Attribute Details
#headers ⇒ Hash[untyped, untyped]? (readonly)
Returns the value of attribute headers.
71 72 73 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 71 def headers @headers end |
#method ⇒ String (readonly)
Returns the value of attribute method.
72 73 74 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 72 def method @method end |
#uri ⇒ String (readonly)
Returns the value of attribute uri.
73 74 75 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 73 def uri @uri end |
Class Method Details
.[](method:, uri:, headers:) ⇒ Peddler::APIs::ProductPricingV0::BatchRequest .[](arg0, arg1, arg2) ⇒ Peddler::APIs::ProductPricingV0::BatchRequest
64 65 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 64
def self.[]: (method: String, uri: String, ?headers: Hash[untyped, untyped]?) -> Peddler::APIs::ProductPricingV0::BatchRequest
| (String, String, Hash[untyped, untyped]?) -> Peddler::APIs::ProductPricingV0::BatchRequest
|
.members ⇒ [ :method, :uri, :headers ]
67 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 67
def self.members: () -> [ :method, :uri, :headers ]
|
.new(method:, uri:, headers:) ⇒ Peddler::APIs::ProductPricingV0::BatchRequest .new(arg0, arg1, arg2) ⇒ Peddler::APIs::ProductPricingV0::BatchRequest
62 63 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 62
def self.new: (method: String, uri: String, ?headers: Hash[untyped, untyped]?) -> Peddler::APIs::ProductPricingV0::BatchRequest
| (String, String, Hash[untyped, untyped]?) -> Peddler::APIs::ProductPricingV0::BatchRequest
|
.parse ⇒ Peddler::APIs::ProductPricingV0::BatchRequest
69 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 69
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductPricingV0::BatchRequest
|
Instance Method Details
#members ⇒ [ :method, :uri, :headers ]
75 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 75
def members: () -> [ :method, :uri, :headers ]
|
#to_h ⇒ { method: String, uri: String, headers: Hash[untyped, untyped]? }
76 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 76
def to_h: () -> { method: String, uri: String, headers: Hash[untyped, untyped]? }
|