Class: FileScheduler::AttributesParser

Inherits:
Object
  • Object
show all
Defined in:
lib/file_scheduler/attributes_parser.rb

Defined Under Namespace

Classes: Parsing

Instance Method Summary collapse

Instance Method Details

#parse(string) ⇒ Object



4
5
6
# File 'lib/file_scheduler/attributes_parser.rb', line 4

def parse(string)
  Parsing.new(string).attributes
end