class Alparser
Constants
- LIST
- VERSION
Attributes
parser[RW]
url[R]
Public Class Methods
new(url, parser: Alparser::Branc)
click to toggle source
# File lib/alparser.rb, line 20 def initialize url, parser: Alparser::Branc @url = url @parser = parser.new(@url) end