Class: Mistri::Models::Schedule

Inherits:
Data
  • Object
show all
Defined in:
lib/mistri/models.rb

Overview

A rate card that becomes active at one absolute instant.

Instance Attribute Summary collapse

Instance Attribute Details

#cardObject (readonly)

Returns the value of attribute card

Returns:

  • (Object)

    the current value of card



29
30
31
# File 'lib/mistri/models.rb', line 29

def card
  @card
end

#effective_atObject (readonly)

Returns the value of attribute effective_at

Returns:

  • (Object)

    the current value of effective_at



29
30
31
# File 'lib/mistri/models.rb', line 29

def effective_at
  @effective_at
end