class Srgs::Lexicon

Attributes

type[RW]
uri[RW]

Public Class Methods

new(uri, type=nil) click to toggle source
# File lib/srgs/elements/lexicon.rb, line 6
def initialize(uri, type=nil)
  @uri = uri
  @type = type
end