class Zype::ProgramGuides

Read more at docs.zype.com/v1.0/reference#program-guides

@since 0.8.0

Public Instance Methods

entries(id:) click to toggle source

Returns the entries for the specified program guide

@param id [String] the ID of the program guide @return [Array<Hash>] the program guide entries

# File lib/zype/models/program_guides.rb, line 10
def entries(id:)
  client.execute(method: :get, path: "/#{path}/#{id}/entries")
end