Class: Syoboemon::ProgramInfomationAccessor::ProgramDetailSearch

Inherits:
Struct
  • Object
show all
Defined in:
lib/syoboemon/program_infomation_accessor/program_detail_search.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#castsObject

Returns the value of attribute casts

Returns:

  • (Object)

    the current value of casts



9
10
11
# File 'lib/syoboemon/program_infomation_accessor/program_detail_search.rb', line 9

def casts
  @casts
end

#endingObject

Returns the value of attribute ending

Returns:

  • (Object)

    the current value of ending



9
10
11
# File 'lib/syoboemon/program_infomation_accessor/program_detail_search.rb', line 9

def ending
  @ending
end

#openingObject

Returns the value of attribute opening

Returns:

  • (Object)

    the current value of opening



9
10
11
# File 'lib/syoboemon/program_infomation_accessor/program_detail_search.rb', line 9

def opening
  @opening
end

#staffsObject

Returns the value of attribute staffs

Returns:

  • (Object)

    the current value of staffs



9
10
11
# File 'lib/syoboemon/program_infomation_accessor/program_detail_search.rb', line 9

def staffs
  @staffs
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



9
10
11
# File 'lib/syoboemon/program_infomation_accessor/program_detail_search.rb', line 9

def title
  @title
end

#title_idObject

Returns the value of attribute title_id

Returns:

  • (Object)

    the current value of title_id



9
10
11
# File 'lib/syoboemon/program_infomation_accessor/program_detail_search.rb', line 9

def title_id
  @title_id
end