Class: AkroTest
- Inherits:
-
Struct
- Object
- Struct
- AkroTest
- Defined in:
- lib/akro.rb
Instance Attribute Summary collapse
-
#binary ⇒ Object
Returns the value of attribute binary.
-
#cmdline ⇒ Object
Returns the value of attribute cmdline.
-
#name ⇒ Object
Returns the value of attribute name.
-
#script ⇒ Object
Returns the value of attribute script.
Instance Attribute Details
#binary ⇒ Object
Returns the value of attribute binary
64 65 66 |
# File 'lib/akro.rb', line 64 def binary @binary end |
#cmdline ⇒ Object
Returns the value of attribute cmdline
64 65 66 |
# File 'lib/akro.rb', line 64 def cmdline @cmdline end |
#name ⇒ Object
Returns the value of attribute name
64 65 66 |
# File 'lib/akro.rb', line 64 def name @name end |
#script ⇒ Object
Returns the value of attribute script
64 65 66 |
# File 'lib/akro.rb', line 64 def script @script end |