Method: Megam::Subscriptions#id
- Defined in:
- lib/megam/core/subscriptions.rb
#id(arg = nil) ⇒ Object
18 19 20 21 22 23 24 |
# File 'lib/megam/core/subscriptions.rb', line 18 def id(arg=nil) if arg != nil @id = arg else @id end end |