Class: Sensr::Plan
- Inherits:
-
SensrObject
- Object
- SensrObject
- Sensr::Plan
- Defined in:
- lib/sensr/plan.rb
Class Method Summary collapse
-
.current ⇒ Object
Get the current user’s plan.
Instance Method Summary collapse
-
#initialize(hash) ⇒ Plan
constructor
:nodoc:.
Methods inherited from SensrObject
#attributes, #attributes=, #id, #method_missing
Constructor Details
#initialize(hash) ⇒ Plan
:nodoc:
4 5 6 |
# File 'lib/sensr/plan.rb', line 4 def initialize(hash) # :nodoc: super(hash) end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Sensr::SensrObject