Class: Lookup

Inherits:
Object
  • Object
show all
Defined in:
lib/xmlutils/gdlcontextobjs.rb

Overview

class Lookup

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes) ⇒ Lookup

Returns a new instance of Lookup.



162
163
164
165
166
# File 'lib/xmlutils/gdlcontextobjs.rb', line 162

def initialize(attributes)
  lkName    = attributes["Name"]

  @name     = lkName
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



158
159
160
# File 'lib/xmlutils/gdlcontextobjs.rb', line 158

def name
  @name
end

#xParamObject

Returns the value of attribute xParam.



159
160
161
# File 'lib/xmlutils/gdlcontextobjs.rb', line 159

def xParam
  @xParam
end

#yParamObject

Returns the value of attribute yParam.



160
161
162
# File 'lib/xmlutils/gdlcontextobjs.rb', line 160

def yParam
  @yParam
end