Class: LearnTest::SpecTypeParser
- Inherits:
-
Object
- Object
- LearnTest::SpecTypeParser
- Defined in:
- lib/learn_test/spec_type_parser.rb
Instance Attribute Summary collapse
-
#spec_type ⇒ Object
readonly
Returns the value of attribute spec_type.
Instance Method Summary collapse
-
#initialize ⇒ SpecTypeParser
constructor
A new instance of SpecTypeParser.
Constructor Details
#initialize ⇒ SpecTypeParser
Returns a new instance of SpecTypeParser.
5 6 7 |
# File 'lib/learn_test/spec_type_parser.rb', line 5 def initialize @spec_type = parse_spec_type end |
Instance Attribute Details
#spec_type ⇒ Object (readonly)
Returns the value of attribute spec_type.
3 4 5 |
# File 'lib/learn_test/spec_type_parser.rb', line 3 def spec_type @spec_type end |