Class: Mnemonic::Config::MetricDescription
- Inherits:
-
Struct
- Object
- Struct
- Mnemonic::Config::MetricDescription
- Defined in:
- lib/mnemonic/config.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#klass ⇒ Object
Returns the value of attribute klass.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
3 4 5 |
# File 'lib/mnemonic/config.rb', line 3 def args @args end |
#klass ⇒ Object
Returns the value of attribute klass
3 4 5 |
# File 'lib/mnemonic/config.rb', line 3 def klass @klass end |