Class: Txray::TransactionScope
- Inherits:
-
Struct
- Object
- Struct
- Txray::TransactionScope
- Defined in:
- lib/txray/transaction_scope.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#label ⇒ Object
Returns the value of attribute label.
-
#line ⇒ Object
Returns the value of attribute line.
-
#namespace ⇒ Object
Returns the value of attribute namespace.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Method Summary collapse
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
4 5 6 |
# File 'lib/txray/transaction_scope.rb', line 4 def body @body end |
#kind ⇒ Object
Returns the value of attribute kind
4 5 6 |
# File 'lib/txray/transaction_scope.rb', line 4 def kind @kind end |
#label ⇒ Object
Returns the value of attribute label
4 5 6 |
# File 'lib/txray/transaction_scope.rb', line 4 def label @label end |
#line ⇒ Object
Returns the value of attribute line
4 5 6 |
# File 'lib/txray/transaction_scope.rb', line 4 def line @line end |
#namespace ⇒ Object
Returns the value of attribute namespace
4 5 6 |
# File 'lib/txray/transaction_scope.rb', line 4 def namespace @namespace end |
#source ⇒ Object
Returns the value of attribute source
4 5 6 |
# File 'lib/txray/transaction_scope.rb', line 4 def source @source end |
Instance Method Details
#path ⇒ Object
5 |
# File 'lib/txray/transaction_scope.rb', line 5 def path = source.path |