Class: SuperReceptionist::Plan

Inherits:
Object
  • Object
show all
Defined in:
lib/super_receptionist/plan.rb

Instance Method Summary collapse

Constructor Details

#initialize(super_receptionist) ⇒ Plan

Returns a new instance of Plan.



3
4
5
# File 'lib/super_receptionist/plan.rb', line 3

def initialize(super_receptionist)
  @super_receptionis = super_receptionist
end

Instance Method Details

#list(options = {}) ⇒ Object



7
8
9
# File 'lib/super_receptionist/plan.rb', line 7

def list(options = {})
  SuperReceptionist.submit(:get, url, options)
end