class Tarpon::Entity::Subscriber
Attributes
entitlements[R]
raw[R]
Public Class Methods
new(attributes = {})
click to toggle source
# File lib/tarpon/entity/subscriber.rb, line 8 def initialize(attributes = {}) @raw = attributes @entitlements = EntitlementList.new(attributes[:entitlements]) end