Class: Hecks::Translation::Scaffold::Edge

Inherits:
Struct
  • Object
show all
Defined in:
lib/hecks/translation/scaffold.rb

Instance Attribute Summary collapse

Instance Attribute Details

#aggregatesObject

Returns the value of attribute aggregates

Returns:

  • (Object)

    the current value of aggregates



22
23
24
# File 'lib/hecks/translation/scaffold.rb', line 22

def aggregates
  @aggregates
end

#domainObject

Returns the value of attribute domain

Returns:

  • (Object)

    the current value of domain



22
23
24
# File 'lib/hecks/translation/scaffold.rb', line 22

def domain
  @domain
end

#fromObject

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



22
23
24
# File 'lib/hecks/translation/scaffold.rb', line 22

def from
  @from
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



22
23
24
# File 'lib/hecks/translation/scaffold.rb', line 22

def label
  @label
end

#ordinalObject

Returns the value of attribute ordinal

Returns:

  • (Object)

    the current value of ordinal



22
23
24
# File 'lib/hecks/translation/scaffold.rb', line 22

def ordinal
  @ordinal
end

#retiredObject

Returns the value of attribute retired

Returns:

  • (Object)

    the current value of retired



22
23
24
# File 'lib/hecks/translation/scaffold.rb', line 22

def retired
  @retired
end

#toObject

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



22
23
24
# File 'lib/hecks/translation/scaffold.rb', line 22

def to
  @to
end