Class: Biz::Periods::Proxy
- Inherits:
-
Object
- Object
- Biz::Periods::Proxy
- Defined in:
- lib/biz/periods/proxy.rb
Instance Method Summary collapse
- #after(origin) ⇒ Object
- #before(origin) ⇒ Object
-
#initialize(schedule) ⇒ Proxy
constructor
A new instance of Proxy.
- #on(date) ⇒ Object
Constructor Details
#initialize(schedule) ⇒ Proxy
Returns a new instance of Proxy.
7 8 9 |
# File 'lib/biz/periods/proxy.rb', line 7 def initialize(schedule) @schedule = schedule end |