Class: SEPA::Builders::Context

Inherits:
Data
  • Object
show all
Defined in:
lib/sepa_rator/builders/stage.rb

Instance Attribute Summary collapse

Instance Attribute Details

#builderObject (readonly)

Returns the value of attribute builder

Returns:

  • (Object)

    the current value of builder



5
6
7
# File 'lib/sepa_rator/builders/stage.rb', line 5

def builder
  @builder
end

#groupObject (readonly)

Returns the value of attribute group

Returns:

  • (Object)

    the current value of group



5
6
7
# File 'lib/sepa_rator/builders/stage.rb', line 5

def group
  @group
end

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



5
6
7
# File 'lib/sepa_rator/builders/stage.rb', line 5

def message
  @message
end

#profileObject (readonly)

Returns the value of attribute profile

Returns:

  • (Object)

    the current value of profile



5
6
7
# File 'lib/sepa_rator/builders/stage.rb', line 5

def profile
  @profile
end

#transactionObject (readonly)

Returns the value of attribute transaction

Returns:

  • (Object)

    the current value of transaction



5
6
7
# File 'lib/sepa_rator/builders/stage.rb', line 5

def transaction
  @transaction
end