class Marver::Price
Attributes
price[R]
type[R]
Public Class Methods
new(json)
click to toggle source
# File lib/marver/entities/price.rb, line 5 def initialize(json) @type = json['type'] @price = json['price'] end