Class: SEPA::Builders::Context
- Inherits:
-
Data
- Object
- Data
- SEPA::Builders::Context
- Defined in:
- lib/sepa_rator/builders/stage.rb
Instance Attribute Summary collapse
-
#builder ⇒ Object
readonly
Returns the value of attribute builder.
-
#group ⇒ Object
readonly
Returns the value of attribute group.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#profile ⇒ Object
readonly
Returns the value of attribute profile.
-
#transaction ⇒ Object
readonly
Returns the value of attribute transaction.
Instance Attribute Details
#builder ⇒ Object (readonly)
Returns the value of attribute builder
5 6 7 |
# File 'lib/sepa_rator/builders/stage.rb', line 5 def builder @builder end |
#group ⇒ Object (readonly)
Returns the value of attribute group
5 6 7 |
# File 'lib/sepa_rator/builders/stage.rb', line 5 def group @group end |
#message ⇒ Object (readonly)
Returns the value of attribute message
5 6 7 |
# File 'lib/sepa_rator/builders/stage.rb', line 5 def @message end |
#profile ⇒ Object (readonly)
Returns the value of attribute profile
5 6 7 |
# File 'lib/sepa_rator/builders/stage.rb', line 5 def profile @profile end |
#transaction ⇒ Object (readonly)
Returns the value of attribute transaction
5 6 7 |
# File 'lib/sepa_rator/builders/stage.rb', line 5 def transaction @transaction end |