Class: Wellness::Detail Deprecated
- Inherits:
-
Object
- Object
- Wellness::Detail
- Defined in:
- lib/wellness/detail.rb
Overview
Deprecated.
This is simply here help with migrating
The parent class of all details that need to run.
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
- #call ⇒ Object
- #check ⇒ Hash
-
#initialize(options = {}) ⇒ Detail
constructor
A new instance of Detail.
Constructor Details
#initialize(options = {}) ⇒ Detail
Returns a new instance of Detail.
10 11 12 |
# File 'lib/wellness/detail.rb', line 10 def initialize(={}) = end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
8 9 10 |
# File 'lib/wellness/detail.rb', line 8 def end |
Instance Method Details
#call ⇒ Object
14 15 16 |
# File 'lib/wellness/detail.rb', line 14 def call self.check end |
#check ⇒ Hash
19 20 21 |
# File 'lib/wellness/detail.rb', line 19 def check {} end |