class Thanos::Price

Attributes

price[R]
type[R]

Public Class Methods

new(data) click to toggle source
# File lib/thanos/resources/price.rb, line 5
def initialize(data)
  @type = data['type']
  @price = data['price']
end