class Telegraph::Client
Attributes
token[R]
Public Class Methods
new(token)
click to toggle source
# File lib/telegraph_rb/client.rb, line 7 def initialize(token) @token = token end