Class: Eapi::DefinitionRunners::Property

Inherits:
Struct
  • Object
show all
Defined in:
lib/eapi/definition_runners/property.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#definitionObject

Returns the value of attribute definition

Returns:

  • (Object)

    the current value of definition



4
5
6
# File 'lib/eapi/definition_runners/property.rb', line 4

def definition
  @definition
end

#fieldObject

Returns the value of attribute field

Returns:

  • (Object)

    the current value of field



4
5
6
# File 'lib/eapi/definition_runners/property.rb', line 4

def field
  @field
end

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



4
5
6
# File 'lib/eapi/definition_runners/property.rb', line 4

def klass
  @klass
end

Instance Method Details

#runObject



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