Class: RedisDashboard::Command

Inherits:
Object
  • Object
show all
Defined in:
lib/redis_dashboard/command.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command.



2
3
4
# File 'lib/redis_dashboard/command.rb', line 2

def command
  @command
end

#idObject

Returns the value of attribute id.



2
3
4
# File 'lib/redis_dashboard/command.rb', line 2

def id
  @id
end

#microsecondsObject

Returns the value of attribute microseconds.



2
3
4
# File 'lib/redis_dashboard/command.rb', line 2

def microseconds
  @microseconds
end

#timestampObject

Returns the value of attribute timestamp.



2
3
4
# File 'lib/redis_dashboard/command.rb', line 2

def timestamp
  @timestamp
end