class OnappMarket::Pricing

Base class for pricing information.

Constants

TYPE

Attributes

description[RW]

Description of this pricing

label[RW]

Simple label to describe this pricing

type[RW]

Type

Public Class Methods

new(hash = {}, type = nil) click to toggle source

Create pricing

Attributes

  • hash - Hash of attributes to apply

  • type - type for serialization help

# File lib/onapp_market/pricing.rb, line 17
def initialize(hash = {}, type = nil)
  super(hash, type)
end