Class: Stupidedi::Schema::Generation::Models::TransactionSet
- Inherits:
-
Struct
- Object
- Struct
- Stupidedi::Schema::Generation::Models::TransactionSet
- Defined in:
- lib/stupidedi/schema/generation/models.rb
Overview
A transaction set: its functional group id, code, name, owning release, and ordered table definitions.
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#func_group ⇒ Object
Returns the value of attribute func_group.
-
#name ⇒ Object
Returns the value of attribute name.
-
#release ⇒ Object
Returns the value of attribute release.
-
#table_definitions ⇒ Object
Returns the value of attribute table_definitions.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
49 50 51 |
# File 'lib/stupidedi/schema/generation/models.rb', line 49 def code @code end |
#func_group ⇒ Object
Returns the value of attribute func_group
49 50 51 |
# File 'lib/stupidedi/schema/generation/models.rb', line 49 def func_group @func_group end |
#name ⇒ Object
Returns the value of attribute name
49 50 51 |
# File 'lib/stupidedi/schema/generation/models.rb', line 49 def name @name end |
#release ⇒ Object
Returns the value of attribute release
49 50 51 |
# File 'lib/stupidedi/schema/generation/models.rb', line 49 def release @release end |
#table_definitions ⇒ Object
Returns the value of attribute table_definitions
49 50 51 |
# File 'lib/stupidedi/schema/generation/models.rb', line 49 def table_definitions @table_definitions end |