Class: Textus::Orchestration::AuditQuery

Inherits:
Data
  • Object
show all
Defined in:
lib/textus/orchestration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#correlation_idObject (readonly)

Returns the value of attribute correlation_id

Returns:

  • (Object)

    the current value of correlation_id



6
7
8
# File 'lib/textus/orchestration.rb', line 6

def correlation_id
  @correlation_id
end

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



6
7
8
# File 'lib/textus/orchestration.rb', line 6

def key
  @key
end

#laneObject (readonly)

Returns the value of attribute lane

Returns:

  • (Object)

    the current value of lane



6
7
8
# File 'lib/textus/orchestration.rb', line 6

def lane
  @lane
end

#limitObject (readonly)

Returns the value of attribute limit

Returns:

  • (Object)

    the current value of limit



6
7
8
# File 'lib/textus/orchestration.rb', line 6

def limit
  @limit
end

#roleObject (readonly)

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



6
7
8
# File 'lib/textus/orchestration.rb', line 6

def role
  @role
end

#seq_sinceObject (readonly)

Returns the value of attribute seq_since

Returns:

  • (Object)

    the current value of seq_since



6
7
8
# File 'lib/textus/orchestration.rb', line 6

def seq_since
  @seq_since
end

#sinceObject (readonly)

Returns the value of attribute since

Returns:

  • (Object)

    the current value of since



6
7
8
# File 'lib/textus/orchestration.rb', line 6

def since
  @since
end

#verbObject (readonly)

Returns the value of attribute verb

Returns:

  • (Object)

    the current value of verb



6
7
8
# File 'lib/textus/orchestration.rb', line 6

def verb
  @verb
end