Class: Peddler::APIs::ListingsItems20210801::ItemImage
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ListingsItems20210801::ItemImage
- Defined in:
- sig/peddler/apis/listings_items_2021_08_01.rbs
Instance Attribute Summary collapse
-
#height ⇒ Integer
readonly
Returns the value of attribute height.
-
#link ⇒ String
readonly
Returns the value of attribute link.
-
#width ⇒ Integer
readonly
Returns the value of attribute width.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :height, :link, :width ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ListingsItems20210801::ItemImage
Instance Method Summary collapse
Instance Attribute Details
#height ⇒ Integer (readonly)
Returns the value of attribute height.
199 200 201 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 199 def height @height end |
#link ⇒ String (readonly)
Returns the value of attribute link.
200 201 202 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 200 def link @link end |
#width ⇒ Integer (readonly)
Returns the value of attribute width.
201 202 203 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 201 def width @width end |
Class Method Details
.[](height:, link:, width:) ⇒ Peddler::APIs::ListingsItems20210801::ItemImage .[](arg0, arg1, arg2) ⇒ Peddler::APIs::ListingsItems20210801::ItemImage
192 193 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 192
def self.[]: (height: Integer, link: String, width: Integer) -> Peddler::APIs::ListingsItems20210801::ItemImage
| (Integer, String, Integer) -> Peddler::APIs::ListingsItems20210801::ItemImage
|
.members ⇒ [ :height, :link, :width ]
195 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 195
def self.members: () -> [ :height, :link, :width ]
|
.new(height:, link:, width:) ⇒ Peddler::APIs::ListingsItems20210801::ItemImage .new(arg0, arg1, arg2) ⇒ Peddler::APIs::ListingsItems20210801::ItemImage
190 191 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 190
def self.new: (height: Integer, link: String, width: Integer) -> Peddler::APIs::ListingsItems20210801::ItemImage
| (Integer, String, Integer) -> Peddler::APIs::ListingsItems20210801::ItemImage
|
.parse ⇒ Peddler::APIs::ListingsItems20210801::ItemImage
197 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 197
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ListingsItems20210801::ItemImage
|
Instance Method Details
#members ⇒ [ :height, :link, :width ]
203 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 203
def members: () -> [ :height, :link, :width ]
|
#to_h ⇒ { height: Integer, link: String, width: Integer }
204 |
# File 'sig/peddler/apis/listings_items_2021_08_01.rbs', line 204
def to_h: () -> { height: Integer, link: String, width: Integer }
|