class PolicyManager::PortabilityRule
Attributes
collection[RW]
formats[RW]
json_template[RW]
member[RW]
methods[RW]
name[RW]
per[RW]
template[RW]
Public Class Methods
new(opts={})
click to toggle source
# File lib/policy_manager/portability_rule.rb, line 12 def initialize(opts={}) self.collection = opts[:collection] self.member = opts[:member] self.per = opts[:per] self.name = opts[:name] self.formats = opts[:formats] self.template = opts[:template] self.json_template = opts[:json_template] end