class Finnhub::Transcript
Attributes
hash[R]
id[R]
Public Class Methods
new(client:, id:, hash: nil)
click to toggle source
# File lib/Transcript.rb, line 3 def initialize(client:, id:, hash: nil) @client = client @id = id @hash = hash end
Public Instance Methods
transcript()
click to toggle source
# File lib/Transcript.rb, line 11 def transcript @client.request("/stock/transcripts?id=#{@id}") end