Class: ObjectiveForm::Attribute
- Inherits:
-
Struct
- Object
- Struct
- ObjectiveForm::Attribute
- Defined in:
- lib/objective_form/attribute.rb
Instance Attribute Summary collapse
-
#klass_or_proc ⇒ Object
Returns the value of attribute klass_or_proc.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#klass_or_proc ⇒ Object
Returns the value of attribute klass_or_proc
2 3 4 |
# File 'lib/objective_form/attribute.rb', line 2 def klass_or_proc @klass_or_proc end |
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/objective_form/attribute.rb', line 2 def name @name end |