module Genius

Constants

PLAIN_TEXT_FORMAT
VERSION

Attributes

access_token[RW]
text_format[W]

Public Class Methods

text_format() click to toggle source
# File lib/genius.rb, line 18
def text_format
  @text_format || PLAIN_TEXT_FORMAT
end