Class: Vk::API::Users::Career
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Users::Career
- Defined in:
- lib/vk/api/users/career.rb
Overview
Instance Method Summary collapse
-
#city_id ⇒ Integer
City ID.
-
#country_id ⇒ Integer
Country ID.
-
#from ⇒ Integer
From year.
-
#group_id ⇒ Integer
Community ID.
-
#position ⇒ String
Position.
-
#until ⇒ Integer
Till year.
Instance Method Details
#city_id ⇒ Integer
Returns City ID.
15 |
# File 'lib/vk/api/users/career.rb', line 15 attribute :city_id, API::Types::Coercible::Int.optional.default(nil) |
#country_id ⇒ Integer
Returns Country ID.
13 |
# File 'lib/vk/api/users/career.rb', line 13 attribute :country_id, API::Types::Coercible::Int.optional.default(nil) |
#from ⇒ Integer
Returns From year.
17 |
# File 'lib/vk/api/users/career.rb', line 17 attribute :from, API::Types::Coercible::Int.optional.default(nil) |
#group_id ⇒ Integer
Returns Community ID.
11 |
# File 'lib/vk/api/users/career.rb', line 11 attribute :group_id, API::Types::Coercible::Int.optional.default(nil) |