Class: TypedEnums::EnumDefinition
- Inherits:
-
Data
- Object
- Data
- TypedEnums::EnumDefinition
- Defined in:
- lib/typed_enums/enum_definition.rb
Instance Attribute Summary collapse
-
#attribute_name ⇒ Object
readonly
Returns the value of attribute attribute_name.
-
#model_export_name ⇒ Object
readonly
Returns the value of attribute model_export_name.
-
#model_name ⇒ Object
readonly
Returns the value of attribute model_name.
-
#rails_mapping_name ⇒ Object
readonly
Returns the value of attribute rails_mapping_name.
-
#typescript_property_name ⇒ Object
readonly
Returns the value of attribute typescript_property_name.
-
#typescript_type_name ⇒ Object
readonly
Returns the value of attribute typescript_type_name.
-
#values ⇒ Object
readonly
Returns the value of attribute values.
Instance Attribute Details
#attribute_name ⇒ Object (readonly)
Returns the value of attribute attribute_name
4 5 6 |
# File 'lib/typed_enums/enum_definition.rb', line 4 def attribute_name @attribute_name end |
#model_export_name ⇒ Object (readonly)
Returns the value of attribute model_export_name
4 5 6 |
# File 'lib/typed_enums/enum_definition.rb', line 4 def model_export_name @model_export_name end |
#model_name ⇒ Object (readonly)
Returns the value of attribute model_name
4 5 6 |
# File 'lib/typed_enums/enum_definition.rb', line 4 def model_name @model_name end |
#rails_mapping_name ⇒ Object (readonly)
Returns the value of attribute rails_mapping_name
4 5 6 |
# File 'lib/typed_enums/enum_definition.rb', line 4 def rails_mapping_name @rails_mapping_name end |
#typescript_property_name ⇒ Object (readonly)
Returns the value of attribute typescript_property_name
4 5 6 |
# File 'lib/typed_enums/enum_definition.rb', line 4 def typescript_property_name @typescript_property_name end |
#typescript_type_name ⇒ Object (readonly)
Returns the value of attribute typescript_type_name
4 5 6 |
# File 'lib/typed_enums/enum_definition.rb', line 4 def typescript_type_name @typescript_type_name end |
#values ⇒ Object (readonly)
Returns the value of attribute values
4 5 6 |
# File 'lib/typed_enums/enum_definition.rb', line 4 def values @values end |