Class: Toggly::EntityContextSchemaRegistration
- Inherits:
-
Struct
- Object
- Struct
- Toggly::EntityContextSchemaRegistration
- Defined in:
- lib/toggly/entity_context.rb
Instance Attribute Summary collapse
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#key_property ⇒ Object
Returns the value of attribute key_property.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#properties ⇒ Object
Returns the value of attribute properties.
Instance Attribute Details
#display_name ⇒ Object
Returns the value of attribute display_name
29 30 31 |
# File 'lib/toggly/entity_context.rb', line 29 def display_name @display_name end |
#key_property ⇒ Object
Returns the value of attribute key_property
29 30 31 |
# File 'lib/toggly/entity_context.rb', line 29 def key_property @key_property end |
#kind ⇒ Object
Returns the value of attribute kind
29 30 31 |
# File 'lib/toggly/entity_context.rb', line 29 def kind @kind end |
#properties ⇒ Object
Returns the value of attribute properties
29 30 31 |
# File 'lib/toggly/entity_context.rb', line 29 def properties @properties end |