Module: NSWTopo::Labels::LabelFeatures
- Defined in:
- lib/nswtopo/layer/labels.rb
Instance Attribute Summary collapse
-
#dual ⇒ Object
Returns the value of attribute dual.
-
#layer_name ⇒ Object
Returns the value of attribute layer_name.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#dual ⇒ Object
Returns the value of attribute dual.
103 104 105 |
# File 'lib/nswtopo/layer/labels.rb', line 103 def dual @dual end |
#layer_name ⇒ Object
Returns the value of attribute layer_name.
103 104 105 |
# File 'lib/nswtopo/layer/labels.rb', line 103 def layer_name @layer_name end |
#text ⇒ Object
Returns the value of attribute text.
103 104 105 |
# File 'lib/nswtopo/layer/labels.rb', line 103 def text @text end |