Class: Peddler::APIs::Feeds20210630::CreateFeedResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Feeds20210630::CreateFeedResponse
- Defined in:
- sig/peddler/apis/feeds_2021_06_30.rbs
Instance Attribute Summary collapse
-
#feed_id ⇒ String
readonly
Returns the value of attribute feed_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :feed_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Feeds20210630::CreateFeedResponse
Instance Method Summary collapse
Instance Attribute Details
#feed_id ⇒ String (readonly)
Returns the value of attribute feed_id.
47 48 49 |
# File 'sig/peddler/apis/feeds_2021_06_30.rbs', line 47 def feed_id @feed_id end |
Class Method Details
.[](feed_id:) ⇒ Peddler::APIs::Feeds20210630::CreateFeedResponse .[](arg0) ⇒ Peddler::APIs::Feeds20210630::CreateFeedResponse
40 41 |
# File 'sig/peddler/apis/feeds_2021_06_30.rbs', line 40
def self.[]: (feed_id: String) -> Peddler::APIs::Feeds20210630::CreateFeedResponse
| (String) -> Peddler::APIs::Feeds20210630::CreateFeedResponse
|
.members ⇒ [ :feed_id ]
43 |
# File 'sig/peddler/apis/feeds_2021_06_30.rbs', line 43
def self.members: () -> [ :feed_id ]
|
.new(feed_id:) ⇒ Peddler::APIs::Feeds20210630::CreateFeedResponse .new(arg0) ⇒ Peddler::APIs::Feeds20210630::CreateFeedResponse
38 39 |
# File 'sig/peddler/apis/feeds_2021_06_30.rbs', line 38
def self.new: (feed_id: String) -> Peddler::APIs::Feeds20210630::CreateFeedResponse
| (String) -> Peddler::APIs::Feeds20210630::CreateFeedResponse
|
.parse ⇒ Peddler::APIs::Feeds20210630::CreateFeedResponse
45 |
# File 'sig/peddler/apis/feeds_2021_06_30.rbs', line 45
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Feeds20210630::CreateFeedResponse
|
Instance Method Details
#members ⇒ [ :feed_id ]
49 |
# File 'sig/peddler/apis/feeds_2021_06_30.rbs', line 49
def members: () -> [ :feed_id ]
|
#to_h ⇒ { feed_id: String }
50 |
# File 'sig/peddler/apis/feeds_2021_06_30.rbs', line 50
def to_h: () -> { feed_id: String }
|