Method: Megam::Subscriptions#initialize
- Defined in:
- lib/megam/core/subscriptions.rb
#initialize(o) ⇒ Subscriptions
Returns a new instance of Subscriptions.
3 4 5 6 7 8 9 10 11 12 |
# File 'lib/megam/core/subscriptions.rb', line 3 def initialize(o) @id = nil @account_id = nil @model = nil @license = nil @trial_ends = nil @created_at = nil @some_msg = {} super(o) end |