Class: Vk::API::Market::Currency

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

Overview

Instance Method Summary collapse

Instance Method Details

#idInteger

Returns Currency ID.

Returns:

  • (Integer)

    Currency ID



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

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

#nameString

Returns Currency sign.

Returns:

  • (String)

    Currency sign



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

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