Class: Vk::API::Market::Section
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Market::Section
- Defined in:
- lib/vk/api/market/section.rb
Overview
Instance Method Summary collapse
-
#id ⇒ Integer
Section ID.
-
#name ⇒ String
Section name.
Instance Method Details
permalink #id ⇒ Integer
Returns Section ID.
11 |
# File 'lib/vk/api/market/section.rb', line 11 attribute :id, API::Types::Coercible::Int |
permalink #name ⇒ String
Returns Section name.
13 |
# File 'lib/vk/api/market/section.rb', line 13 attribute :name, API::Types::Coercible::String |