Class: Lookup
- Inherits:
-
Object
- Object
- Lookup
- Defined in:
- lib/xmlutils/gdlcontextobjs.rb
Overview
class Lookup
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#xParam ⇒ Object
Returns the value of attribute xParam.
-
#yParam ⇒ Object
Returns the value of attribute yParam.
Instance Method Summary collapse
-
#initialize(attributes) ⇒ Lookup
constructor
A new instance of Lookup.
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
#name ⇒ Object
Returns the value of attribute name.
158 159 160 |
# File 'lib/xmlutils/gdlcontextobjs.rb', line 158 def name @name end |
#xParam ⇒ Object
Returns the value of attribute xParam.
159 160 161 |
# File 'lib/xmlutils/gdlcontextobjs.rb', line 159 def xParam @xParam end |
#yParam ⇒ Object
Returns the value of attribute yParam.
160 161 162 |
# File 'lib/xmlutils/gdlcontextobjs.rb', line 160 def yParam @yParam end |