Class: Comfy::Admin::Meetalendar::MeetupsControllerLogic::SearchResult
- Inherits:
-
Object
- Object
- Comfy::Admin::Meetalendar::MeetupsControllerLogic::SearchResult
- Defined in:
- app/models/comfy/admin/meetalendar/meetups_controller_logic.rb
Instance Attribute Summary collapse
-
#found_last_grouped_events ⇒ Object
readonly
Returns the value of attribute found_last_grouped_events.
-
#found_upcoming_grouped_events ⇒ Object
readonly
Returns the value of attribute found_upcoming_grouped_events.
-
#groups_id_name ⇒ Object
readonly
Returns the value of attribute groups_id_name.
-
#meetup_groups ⇒ Object
readonly
Returns the value of attribute meetup_groups.
Instance Method Summary collapse
-
#initialize(groups_id_name, found_upcoming_grouped_events, found_last_grouped_events, meetup_groups) ⇒ SearchResult
constructor
A new instance of SearchResult.
Constructor Details
permalink #initialize(groups_id_name, found_upcoming_grouped_events, found_last_grouped_events, meetup_groups) ⇒ SearchResult
Returns a new instance of SearchResult.
14 15 16 17 18 19 |
# File 'app/models/comfy/admin/meetalendar/meetups_controller_logic.rb', line 14 def initialize(groups_id_name, found_upcoming_grouped_events, found_last_grouped_events, meetup_groups) @groups_id_name = groups_id_name @found_upcoming_grouped_events = found_upcoming_grouped_events @found_last_grouped_events = found_last_grouped_events @meetup_groups = meetup_groups end |
Instance Attribute Details
permalink #found_last_grouped_events ⇒ Object (readonly)
Returns the value of attribute found_last_grouped_events.
11 12 13 |
# File 'app/models/comfy/admin/meetalendar/meetups_controller_logic.rb', line 11 def found_last_grouped_events @found_last_grouped_events end |
permalink #found_upcoming_grouped_events ⇒ Object (readonly)
Returns the value of attribute found_upcoming_grouped_events.
10 11 12 |
# File 'app/models/comfy/admin/meetalendar/meetups_controller_logic.rb', line 10 def found_upcoming_grouped_events @found_upcoming_grouped_events end |
permalink #groups_id_name ⇒ Object (readonly)
Returns the value of attribute groups_id_name.
9 10 11 |
# File 'app/models/comfy/admin/meetalendar/meetups_controller_logic.rb', line 9 def groups_id_name @groups_id_name end |
permalink #meetup_groups ⇒ Object (readonly)
Returns the value of attribute meetup_groups.
12 13 14 |
# File 'app/models/comfy/admin/meetalendar/meetups_controller_logic.rb', line 12 def meetup_groups @meetup_groups end |