Class: Txray::TransactionScope

Inherits:
Struct
  • Object
show all
Defined in:
lib/txray/transaction_scope.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



4
5
6
# File 'lib/txray/transaction_scope.rb', line 4

def body
  @body
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



4
5
6
# File 'lib/txray/transaction_scope.rb', line 4

def kind
  @kind
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



4
5
6
# File 'lib/txray/transaction_scope.rb', line 4

def label
  @label
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



4
5
6
# File 'lib/txray/transaction_scope.rb', line 4

def line
  @line
end

#namespaceObject

Returns the value of attribute namespace

Returns:

  • (Object)

    the current value of namespace



4
5
6
# File 'lib/txray/transaction_scope.rb', line 4

def namespace
  @namespace
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



4
5
6
# File 'lib/txray/transaction_scope.rb', line 4

def source
  @source
end

Instance Method Details

#pathObject



5
# File 'lib/txray/transaction_scope.rb', line 5

def path = source.path