Class: LearnTest::SpecTypeParser

Inherits:
Object
  • Object
show all
Defined in:
lib/learn_test/spec_type_parser.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeSpecTypeParser

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_typeObject (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