Class: AkroTest

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

Instance Attribute Summary collapse

Instance Attribute Details

#binaryObject

Returns the value of attribute binary

Returns:

  • (Object)

    the current value of binary



64
65
66
# File 'lib/akro.rb', line 64

def binary
  @binary
end

#cmdlineObject

Returns the value of attribute cmdline

Returns:

  • (Object)

    the current value of cmdline



64
65
66
# File 'lib/akro.rb', line 64

def cmdline
  @cmdline
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



64
65
66
# File 'lib/akro.rb', line 64

def name
  @name
end

#scriptObject

Returns the value of attribute script

Returns:

  • (Object)

    the current value of script



64
65
66
# File 'lib/akro.rb', line 64

def script
  @script
end