Class: Vk::API::Places::Types
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Places::Types
- Defined in:
- lib/vk/api/places/types.rb
Overview
Instance Method Summary collapse
-
#icon ⇒ String
URL of the place's icon.
-
#id ⇒ Integer
Place type ID.
-
#title ⇒ Integer
Place type title.
Instance Method Details
#icon ⇒ String
Returns URL of the place's icon.
15 |
# File 'lib/vk/api/places/types.rb', line 15 attribute :icon, API::Types::Coercible::String.optional.default(nil) |