class Agqr::Program

Attributes

length[R]
schedule[R]
title[R]

Public Class Methods

new(program) click to toggle source
# File lib/agqr/program.rb, line 6
def initialize(program)
  @title = program["title"]
  @schedule = program["schedule"]
  @length = program["length"]
end