Class: Vk::API::Base::Geo
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Base::Geo
- Defined in:
- lib/vk/api/base/geo.rb
Overview
Instance Method Summary collapse
-
#coordinates ⇒ String
String with coordinates.
- #place ⇒ API::Base::Place
-
#showmap ⇒ Integer
Information whether a map is showed.
-
#type ⇒ String
Place type.
Instance Method Details
#coordinates ⇒ String
Returns String with coordinates.
13 |
# File 'lib/vk/api/base/geo.rb', line 13 attribute :coordinates, API::Types::Coercible::String.optional.default(nil) |
#place ⇒ API::Base::Place
15 |
# File 'lib/vk/api/base/geo.rb', line 15 attribute :place, Dry::Types[API::Base::Place].optional.default(nil) |