Class: Norikra::UDF::WootheeParseAgent

Inherits:
SingleRow
  • Object
show all
Defined in:
lib/norikra/udf/woothee.rb

Overview

class style

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.initObject



10
11
12
13
# File 'lib/norikra/udf/woothee.rb', line 10

def self.init
  require 'woothee.jar'
  require 'norikra-udf-woothee.jar'
end

Instance Method Details

#class_nameObject



17
18
19
# File 'lib/norikra/udf/woothee.rb', line 17

def class_name
  "is.tagomor.norikra.udf.Woothee"
end

#function_nameObject



14
15
16
# File 'lib/norikra/udf/woothee.rb', line 14

def function_name
  "parseAgent"
end

#method_nameObject

default: same as function_name



20
21
22
# File 'lib/norikra/udf/woothee.rb', line 20

def method_name # default: same as function_name
  "parseAgent"
end