Class: Formation::Element
- Inherits:
-
Object
- Object
- Formation::Element
- Defined in:
- lib/formation/element.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
3 4 5 |
# File 'lib/formation/element.rb', line 3 def name @name end |
Instance Method Details
#field? ⇒ Boolean
5 6 7 |
# File 'lib/formation/element.rb', line 5 def field? false end |