Class: Textus::Command::Audit

Inherits:
Data
  • Object
show all
Defined in:
lib/textus/command.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



19
20
21
# File 'lib/textus/command.rb', line 19

def correlation_id
  @correlation_id
end

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



19
20
21
# File 'lib/textus/command.rb', line 19

def key
  @key
end

#laneObject (readonly)

Returns the value of attribute lane

Returns:

  • (Object)

    the current value of lane



19
20
21
# File 'lib/textus/command.rb', line 19

def lane
  @lane
end

#limitObject (readonly)

Returns the value of attribute limit

Returns:

  • (Object)

    the current value of limit



19
20
21
# File 'lib/textus/command.rb', line 19

def limit
  @limit
end

#roleObject (readonly)

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



19
20
21
# File 'lib/textus/command.rb', line 19

def role
  @role
end

#seq_sinceObject (readonly)

Returns the value of attribute seq_since

Returns:

  • (Object)

    the current value of seq_since



19
20
21
# File 'lib/textus/command.rb', line 19

def seq_since
  @seq_since
end

#sinceObject (readonly)

Returns the value of attribute since

Returns:

  • (Object)

    the current value of since



19
20
21
# File 'lib/textus/command.rb', line 19

def since
  @since
end

#verbObject (readonly)

Returns the value of attribute verb

Returns:

  • (Object)

    the current value of verb



19
20
21
# File 'lib/textus/command.rb', line 19

def verb
  @verb
end