Class: Mappum::Field
Direct Known Subclasses
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#clazz ⇒ Object
Returns the value of attribute clazz.
-
#enum_type ⇒ Object
define enum_type separetly to exclude it from equals.
-
#func ⇒ Object
Returns the value of attribute func.
-
#is_placeholder ⇒ Object
Returns the value of attribute is_placeholder.
-
#is_root ⇒ Object
Returns the value of attribute is_root.
-
#name ⇒ Object
Returns the value of attribute name.
-
#parent ⇒ Object
Returns the value of attribute parent.
-
#src_ref ⇒ Object
Returns the value of attribute src_ref.
Instance Method Summary collapse
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
168 169 170 |
# File 'lib/mappum/map.rb', line 168 def block @block end |
#clazz ⇒ Object
Returns the value of attribute clazz
168 169 170 |
# File 'lib/mappum/map.rb', line 168 def clazz @clazz end |
#enum_type ⇒ Object
define enum_type separetly to exclude it from equals
170 171 172 |
# File 'lib/mappum/map.rb', line 170 def enum_type @enum_type end |
#func ⇒ Object
Returns the value of attribute func
168 169 170 |
# File 'lib/mappum/map.rb', line 168 def func @func end |
#is_placeholder ⇒ Object
Returns the value of attribute is_placeholder
168 169 170 |
# File 'lib/mappum/map.rb', line 168 def is_placeholder @is_placeholder end |
#is_root ⇒ Object
Returns the value of attribute is_root
168 169 170 |
# File 'lib/mappum/map.rb', line 168 def is_root @is_root end |
#name ⇒ Object
Returns the value of attribute name
168 169 170 |
# File 'lib/mappum/map.rb', line 168 def name @name end |
#parent ⇒ Object
Returns the value of attribute parent
168 169 170 |
# File 'lib/mappum/map.rb', line 168 def parent @parent end |
#src_ref ⇒ Object
Returns the value of attribute src_ref
168 169 170 |
# File 'lib/mappum/map.rb', line 168 def src_ref @src_ref end |
Instance Method Details
#array? ⇒ Boolean
171 172 173 |
# File 'lib/mappum/map.rb', line 171 def array? not enum_type.nil? end |
#placeholder? ⇒ Boolean
174 175 176 |
# File 'lib/mappum/map.rb', line 174 def placeholder? is_placeholder end |