Class: SuperReceptionist::Plan
- Inherits:
-
Object
- Object
- SuperReceptionist::Plan
- Defined in:
- lib/super_receptionist/plan.rb
Instance Method Summary collapse
-
#initialize(super_receptionist) ⇒ Plan
constructor
A new instance of Plan.
- #list(options = {}) ⇒ Object
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( = {}) SuperReceptionist.submit(:get, url, ) end |