Class: Mappum::Function
Instance Attribute Summary collapse
-
#parent ⇒ Object
Returns the value of attribute parent.
Instance Method Summary collapse
Instance Attribute Details
#parent ⇒ Object
Returns the value of attribute parent
194 195 196 |
# File 'lib/mappum/map.rb', line 194 def parent @parent end |
Instance Method Details
#array? ⇒ Boolean
195 196 197 |
# File 'lib/mappum/map.rb', line 195 def array? false end |
#func ⇒ Object
198 199 200 |
# File 'lib/mappum/map.rb', line 198 def func nil end |
#name ⇒ Object
201 202 203 |
# File 'lib/mappum/map.rb', line 201 def name nil end |
#value ⇒ Object
204 205 206 |
# File 'lib/mappum/map.rb', line 204 def value nil end |