Class: EntitySchema::Fields::Abstract::Specification

Inherits:
Struct
  • Object
show all
Defined in:
lib/entity_schema/fields/abstract.rb

Instance Attribute Summary collapse

Instance Attribute Details

#predicateObject

Returns the value of attribute predicate

Returns:

  • (Object)

    the current value of predicate



8
9
10
# File 'lib/entity_schema/fields/abstract.rb', line 8

def predicate
  @predicate
end

#public_getterObject

Returns the value of attribute public_getter

Returns:

  • (Object)

    the current value of public_getter



8
9
10
# File 'lib/entity_schema/fields/abstract.rb', line 8

def public_getter
  @public_getter
end

#public_setterObject

Returns the value of attribute public_setter

Returns:

  • (Object)

    the current value of public_setter



8
9
10
# File 'lib/entity_schema/fields/abstract.rb', line 8

def public_setter
  @public_setter
end