Class: Vk::API::Market::Section

Inherits:
Schema::Object show all
Defined in:
lib/vk/api/market/section.rb

Overview

Instance Method Summary collapse

Instance Method Details

#idInteger

Returns Section ID.

Returns:

  • (Integer)

    Section ID



11
# File 'lib/vk/api/market/section.rb', line 11

attribute :id, API::Types::Coercible::Int

#nameString

Returns Section name.

Returns:

  • (String)

    Section name



13
# File 'lib/vk/api/market/section.rb', line 13

attribute :name, API::Types::Coercible::String