Class: Mistri::Models::Schedule
- Inherits:
-
Data
- Object
- Data
- Mistri::Models::Schedule
- Defined in:
- lib/mistri/models.rb
Overview
A rate card that becomes active at one absolute instant.
Instance Attribute Summary collapse
-
#card ⇒ Object
readonly
Returns the value of attribute card.
-
#effective_at ⇒ Object
readonly
Returns the value of attribute effective_at.
Instance Attribute Details
#card ⇒ Object (readonly)
Returns the value of attribute card
29 30 31 |
# File 'lib/mistri/models.rb', line 29 def card @card end |
#effective_at ⇒ Object (readonly)
Returns the value of attribute effective_at
29 30 31 |
# File 'lib/mistri/models.rb', line 29 def effective_at @effective_at end |