Class: PgAggregates::SchemaDumper::AggregateDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/pg_aggregates/schema_dumper.rb

Overview

Define a Struct for aggregate information

Instance Attribute Summary collapse

Instance Attribute Details

#definitionObject

Returns the value of attribute definition

Returns:

  • (Object)

    the current value of definition



8
9
10
# File 'lib/pg_aggregates/schema_dumper.rb', line 8

def definition
  @definition
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/pg_aggregates/schema_dumper.rb', line 8

def name
  @name
end