Class: Peddler::APIs::Feeds20210630::CreateFeedSpecification
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Feeds20210630::CreateFeedSpecification
- Defined in:
- sig/peddler/apis/feeds_2021_06_30.rbs
Instance Attribute Summary collapse
-
#feed_options ⇒ Hash[untyped, untyped]?
readonly
Returns the value of attribute feed_options.
-
#feed_type ⇒ String
readonly
Returns the value of attribute feed_type.
-
#input_feed_document_id ⇒ String
readonly
Returns the value of attribute input_feed_document_id.
-
#marketplace_ids ⇒ Array[String]
readonly
Returns the value of attribute marketplace_ids.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :feed_type, :input_feed_document_id, :marketplace_ids, :feed_options ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Feeds20210630::CreateFeedSpecification
Instance Method Summary collapse
-
#members ⇒ [ :feed_type, :input_feed_document_id, :marketplace_ids, :feed_options ]
-
#to_h ⇒ { feed_type: String, input_feed_document_id: String, marketplace_ids: Array[String], feed_options: Hash[untyped, untyped]? }
Instance Attribute Details
#feed_options ⇒ Hash[untyped, untyped]? (readonly)
Returns the value of attribute feed_options.
63 64 65 |
# File 'sig/peddler/apis/feeds_2021_06_30.rbs', line 63 def @feed_options end |
#feed_type ⇒ String (readonly)
Returns the value of attribute feed_type.
64 65 66 |
# File 'sig/peddler/apis/feeds_2021_06_30.rbs', line 64 def feed_type @feed_type end |
#input_feed_document_id ⇒ String (readonly)
Returns the value of attribute input_feed_document_id.
65 66 67 |
# File 'sig/peddler/apis/feeds_2021_06_30.rbs', line 65 def input_feed_document_id @input_feed_document_id end |
#marketplace_ids ⇒ Array[String] (readonly)
Returns the value of attribute marketplace_ids.
66 67 68 |
# File 'sig/peddler/apis/feeds_2021_06_30.rbs', line 66 def marketplace_ids @marketplace_ids end |
Class Method Details
.[](feed_type:, input_feed_document_id:, marketplace_ids:, feed_options:) ⇒ Peddler::APIs::Feeds20210630::CreateFeedSpecification .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::Feeds20210630::CreateFeedSpecification
56 57 |
# File 'sig/peddler/apis/feeds_2021_06_30.rbs', line 56
def self.[]: (feed_type: String, input_feed_document_id: String, marketplace_ids: Array[String], ?feed_options: Hash[untyped, untyped]?) -> Peddler::APIs::Feeds20210630::CreateFeedSpecification
| (String, String, Array[String], Hash[untyped, untyped]?) -> Peddler::APIs::Feeds20210630::CreateFeedSpecification
|
.members ⇒ [ :feed_type, :input_feed_document_id, :marketplace_ids, :feed_options ]
59 |
# File 'sig/peddler/apis/feeds_2021_06_30.rbs', line 59
def self.members: () -> [ :feed_type, :input_feed_document_id, :marketplace_ids, :feed_options ]
|
.new(feed_type:, input_feed_document_id:, marketplace_ids:, feed_options:) ⇒ Peddler::APIs::Feeds20210630::CreateFeedSpecification .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::Feeds20210630::CreateFeedSpecification
54 55 |
# File 'sig/peddler/apis/feeds_2021_06_30.rbs', line 54
def self.new: (feed_type: String, input_feed_document_id: String, marketplace_ids: Array[String], ?feed_options: Hash[untyped, untyped]?) -> Peddler::APIs::Feeds20210630::CreateFeedSpecification
| (String, String, Array[String], Hash[untyped, untyped]?) -> Peddler::APIs::Feeds20210630::CreateFeedSpecification
|
.parse ⇒ Peddler::APIs::Feeds20210630::CreateFeedSpecification
61 |
# File 'sig/peddler/apis/feeds_2021_06_30.rbs', line 61
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Feeds20210630::CreateFeedSpecification
|
Instance Method Details
#members ⇒ [ :feed_type, :input_feed_document_id, :marketplace_ids, :feed_options ]
68 |
# File 'sig/peddler/apis/feeds_2021_06_30.rbs', line 68
def members: () -> [ :feed_type, :input_feed_document_id, :marketplace_ids, :feed_options ]
|
#to_h ⇒ { feed_type: String, input_feed_document_id: String, marketplace_ids: Array[String], feed_options: Hash[untyped, untyped]? }
69 |
# File 'sig/peddler/apis/feeds_2021_06_30.rbs', line 69
def to_h: () -> { feed_type: String, input_feed_document_id: String, marketplace_ids: Array[String], feed_options: Hash[untyped, untyped]? }
|