class OnappMarket::Rackspace::Pricing

Place holder class for openstack pricing

Constants

TYPE

Public Class Methods

new(hash = {}) click to toggle source

Create new instance

Attributes

  • hash - Hash of attributes to apply

# File lib/onapp_market/rackspace/pricing.rb, line 18
def initialize(hash = {})
  super(hash, TYPE)
end