Class: Peddler::APIs::Feeds20210630::GetFeedsResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Feeds20210630::GetFeedsResponse
- Defined in:
- sig/peddler/apis/feeds_2021_06_30.rbs
Instance Attribute Summary collapse
-
#feeds ⇒ Array[Peddler::APIs::Feeds20210630::Feed]
readonly
Returns the value of attribute feeds.
-
#next_token ⇒ String?
readonly
Returns the value of attribute next_token.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :feeds, :next_token ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Feeds20210630::GetFeedsResponse
Instance Method Summary collapse
-
#members ⇒ [ :feeds, :next_token ]
-
#to_h ⇒ { feeds: Array[Peddler::APIs::Feeds20210630::Feed], next_token: String? }
Instance Attribute Details
#feeds ⇒ Array[Peddler::APIs::Feeds20210630::Feed] (readonly)
Returns the value of attribute feeds.
161 162 163 |
# File 'sig/peddler/apis/feeds_2021_06_30.rbs', line 161 def feeds @feeds end |
#next_token ⇒ String? (readonly)
Returns the value of attribute next_token.
162 163 164 |
# File 'sig/peddler/apis/feeds_2021_06_30.rbs', line 162 def next_token @next_token end |
Class Method Details
.[](feeds:, next_token:) ⇒ Peddler::APIs::Feeds20210630::GetFeedsResponse .[](arg0, arg1) ⇒ Peddler::APIs::Feeds20210630::GetFeedsResponse
154 155 |
# File 'sig/peddler/apis/feeds_2021_06_30.rbs', line 154
def self.[]: (feeds: Array[Peddler::APIs::Feeds20210630::Feed], ?next_token: String?) -> Peddler::APIs::Feeds20210630::GetFeedsResponse
| (Array[Peddler::APIs::Feeds20210630::Feed], String?) -> Peddler::APIs::Feeds20210630::GetFeedsResponse
|
.members ⇒ [ :feeds, :next_token ]
157 |
# File 'sig/peddler/apis/feeds_2021_06_30.rbs', line 157
def self.members: () -> [ :feeds, :next_token ]
|
.new(feeds:, next_token:) ⇒ Peddler::APIs::Feeds20210630::GetFeedsResponse .new(arg0, arg1) ⇒ Peddler::APIs::Feeds20210630::GetFeedsResponse
152 153 |
# File 'sig/peddler/apis/feeds_2021_06_30.rbs', line 152
def self.new: (feeds: Array[Peddler::APIs::Feeds20210630::Feed], ?next_token: String?) -> Peddler::APIs::Feeds20210630::GetFeedsResponse
| (Array[Peddler::APIs::Feeds20210630::Feed], String?) -> Peddler::APIs::Feeds20210630::GetFeedsResponse
|
.parse ⇒ Peddler::APIs::Feeds20210630::GetFeedsResponse
159 |
# File 'sig/peddler/apis/feeds_2021_06_30.rbs', line 159
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Feeds20210630::GetFeedsResponse
|
Instance Method Details
#members ⇒ [ :feeds, :next_token ]
164 |
# File 'sig/peddler/apis/feeds_2021_06_30.rbs', line 164
def members: () -> [ :feeds, :next_token ]
|
#to_h ⇒ { feeds: Array[Peddler::APIs::Feeds20210630::Feed], next_token: String? }
165 |
# File 'sig/peddler/apis/feeds_2021_06_30.rbs', line 165
def to_h: () -> { feeds: Array[Peddler::APIs::Feeds20210630::Feed], next_token: String? }
|