Class: Eapi::DefinitionRunners::Property
- Inherits:
-
Struct
- Object
- Struct
- Eapi::DefinitionRunners::Property
- Defined in:
- lib/eapi/definition_runners/property.rb
Instance Attribute Summary collapse
-
#definition ⇒ Object
Returns the value of attribute definition.
-
#field ⇒ Object
Returns the value of attribute field.
-
#klass ⇒ Object
Returns the value of attribute klass.
Instance Method Summary collapse
Instance Attribute Details
#definition ⇒ Object
Returns the value of attribute definition
4 5 6 |
# File 'lib/eapi/definition_runners/property.rb', line 4 def definition @definition end |
#field ⇒ Object
Returns the value of attribute field
4 5 6 |
# File 'lib/eapi/definition_runners/property.rb', line 4 def field @field end |
#klass ⇒ Object
Returns the value of attribute klass
4 5 6 |
# File 'lib/eapi/definition_runners/property.rb', line 4 def klass @klass end |
Instance Method Details
#run ⇒ Object
5 6 7 8 9 10 11 |
# File 'lib/eapi/definition_runners/property.rb', line 5 def run run_multiple_accessor run_multiple_clearer run_init run_validations run_allow_raw end |