Class: RemindMe::Reminder::InvalidReminder
- Inherits:
-
Object
- Object
- RemindMe::Reminder::InvalidReminder
- Defined in:
- lib/remind_me/reminder/invalid_reminder.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#source_location ⇒ Object
readonly
Returns the value of attribute source_location.
Instance Method Summary collapse
-
#initialize(source_location, message) ⇒ InvalidReminder
constructor
A new instance of InvalidReminder.
Constructor Details
#initialize(source_location, message) ⇒ InvalidReminder
Returns a new instance of InvalidReminder.
8 9 10 11 |
# File 'lib/remind_me/reminder/invalid_reminder.rb', line 8 def initialize(source_location, ) @source_location = source_location @message = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
6 7 8 |
# File 'lib/remind_me/reminder/invalid_reminder.rb', line 6 def @message end |
#source_location ⇒ Object (readonly)
Returns the value of attribute source_location.
6 7 8 |
# File 'lib/remind_me/reminder/invalid_reminder.rb', line 6 def source_location @source_location end |