Class: Peddler::APIs::Feeds20210630::CreateFeedSpecification

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/feeds_2021_06_30.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#feed_optionsHash[untyped, untyped]? (readonly)

Returns the value of attribute feed_options.

Returns:

  • (Hash[untyped, untyped], nil)


63
64
65
# File 'sig/peddler/apis/feeds_2021_06_30.rbs', line 63

def feed_options
  @feed_options
end

#feed_typeString (readonly)

Returns the value of attribute feed_type.

Returns:

  • (String)


64
65
66
# File 'sig/peddler/apis/feeds_2021_06_30.rbs', line 64

def feed_type
  @feed_type
end

#input_feed_document_idString (readonly)

Returns the value of attribute input_feed_document_id.

Returns:

  • (String)


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_idsArray[String] (readonly)

Returns the value of attribute marketplace_ids.

Returns:

  • (Array[String])


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::Feeds20210630::CreateFeedSpecification

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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]? }

Returns:

  • ({ 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]? }