Method: Megam::Subscriptions#license
- Defined in:
- lib/megam/core/subscriptions.rb
#license(arg = nil) ⇒ Object
42 43 44 45 46 47 48 |
# File 'lib/megam/core/subscriptions.rb', line 42 def license(arg=nil) if arg != nil @license= arg else @license end end |