Class: Vk::API::Market::MarketAlbum
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Market::MarketAlbum
- Defined in:
- lib/vk/api/market/market_album.rb
Overview
Instance Method Summary collapse
-
#count ⇒ Integer
Items number.
-
#id ⇒ Integer
Market album ID.
-
#owner_id ⇒ Integer
Market album owner's ID.
- #photo ⇒ API::Photos::Photo
-
#title ⇒ String
Market album title.
-
#updated_time ⇒ Integer
Date when album has been updated last time in Unixtime.
Instance Method Details
#count ⇒ Integer
Returns Items number.
17 |
# File 'lib/vk/api/market/market_album.rb', line 17 attribute :count, API::Types::Coercible::Int |
#id ⇒ Integer
Returns Market album ID.
11 |
# File 'lib/vk/api/market/market_album.rb', line 11 attribute :id, API::Types::Coercible::Int |
#owner_id ⇒ Integer
Returns Market album owner's ID.
13 |
# File 'lib/vk/api/market/market_album.rb', line 13 attribute :owner_id, API::Types::Coercible::Int |
#photo ⇒ API::Photos::Photo
21 |
# File 'lib/vk/api/market/market_album.rb', line 21 attribute :photo, Dry::Types[API::Photos::Photo].optional.default(nil) |