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