Class: TimeArg

Inherits:
Struct
  • Object
show all
Defined in:
rakelib/piilog_repl/piilog_helpers.rb

Overview

rubocop:disable Metrics/BlockNesting

Instance Attribute Summary collapse

Instance Attribute Details

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



5
6
7
# File 'rakelib/piilog_repl/piilog_helpers.rb', line 5

def time
  @time
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



5
6
7
# File 'rakelib/piilog_repl/piilog_helpers.rb', line 5

def type
  @type
end