class AlchemyLanguage::TextService

Attributes

path[RW]
type[RW]

Public Class Methods

new(text) click to toggle source
# File lib/alchemy_language/text_service.rb, line 27
def initialize(text)
  @path = text
  @type = "text"
end