Class: Toggly::EntityContextSchemaRegistration

Inherits:
Struct
  • Object
show all
Defined in:
lib/toggly/entity_context.rb

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameObject

Returns the value of attribute display_name

Returns:

  • (Object)

    the current value of display_name



29
30
31
# File 'lib/toggly/entity_context.rb', line 29

def display_name
  @display_name
end

#key_propertyObject

Returns the value of attribute key_property

Returns:

  • (Object)

    the current value of key_property



29
30
31
# File 'lib/toggly/entity_context.rb', line 29

def key_property
  @key_property
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



29
30
31
# File 'lib/toggly/entity_context.rb', line 29

def kind
  @kind
end

#propertiesObject

Returns the value of attribute properties

Returns:

  • (Object)

    the current value of properties



29
30
31
# File 'lib/toggly/entity_context.rb', line 29

def properties
  @properties
end