Class: Stupidedi::Schema::Generation::Models::TransactionSet

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



49
50
51
# File 'lib/stupidedi/schema/generation/models.rb', line 49

def code
  @code
end

#func_groupObject

Returns the value of attribute func_group

Returns:

  • (Object)

    the current value of func_group



49
50
51
# File 'lib/stupidedi/schema/generation/models.rb', line 49

def func_group
  @func_group
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



49
50
51
# File 'lib/stupidedi/schema/generation/models.rb', line 49

def name
  @name
end

#releaseObject

Returns the value of attribute release

Returns:

  • (Object)

    the current value of release



49
50
51
# File 'lib/stupidedi/schema/generation/models.rb', line 49

def release
  @release
end

#table_definitionsObject

Returns the value of attribute table_definitions

Returns:

  • (Object)

    the current value of table_definitions



49
50
51
# File 'lib/stupidedi/schema/generation/models.rb', line 49

def table_definitions
  @table_definitions
end