Class: Syoboemon::ProgramInfomationAccessor::ProgramDetailSearch
- Inherits:
-
Struct
- Object
- Struct
- Syoboemon::ProgramInfomationAccessor::ProgramDetailSearch
- Defined in:
- lib/syoboemon/program_infomation_accessor/program_detail_search.rb
Instance Attribute Summary collapse
-
#casts ⇒ Object
Returns the value of attribute casts.
-
#ending ⇒ Object
Returns the value of attribute ending.
-
#opening ⇒ Object
Returns the value of attribute opening.
-
#staffs ⇒ Object
Returns the value of attribute staffs.
-
#title ⇒ Object
Returns the value of attribute title.
-
#title_id ⇒ Object
Returns the value of attribute title_id.
Instance Method Summary collapse
-
#initialize(parsed_happymapper_object) ⇒ ProgramDetailSearch
constructor
A new instance of ProgramDetailSearch.
Constructor Details
#initialize(parsed_happymapper_object) ⇒ ProgramDetailSearch
Returns a new instance of ProgramDetailSearch.
10 11 12 13 |
# File 'lib/syoboemon/program_infomation_accessor/program_detail_search.rb', line 10 def initialize(parsed_happymapper_object) @results_of_program = parsed_happymapper_object set_up_params_of_structure_members end |
Instance Attribute Details
#casts ⇒ Object
Returns the value of attribute casts
9 10 11 |
# File 'lib/syoboemon/program_infomation_accessor/program_detail_search.rb', line 9 def casts @casts end |
#ending ⇒ Object
Returns the value of attribute ending
9 10 11 |
# File 'lib/syoboemon/program_infomation_accessor/program_detail_search.rb', line 9 def ending @ending end |
#opening ⇒ Object
Returns the value of attribute opening
9 10 11 |
# File 'lib/syoboemon/program_infomation_accessor/program_detail_search.rb', line 9 def opening @opening end |
#staffs ⇒ Object
Returns the value of attribute staffs
9 10 11 |
# File 'lib/syoboemon/program_infomation_accessor/program_detail_search.rb', line 9 def staffs @staffs end |
#title ⇒ Object
Returns the value of attribute title
9 10 11 |
# File 'lib/syoboemon/program_infomation_accessor/program_detail_search.rb', line 9 def title @title end |
#title_id ⇒ Object
Returns the value of attribute title_id
9 10 11 |
# File 'lib/syoboemon/program_infomation_accessor/program_detail_search.rb', line 9 def title_id @title_id end |