Class: TryApi::ConfigParser

Inherits:
Object
  • Object
show all
Defined in:
app/models/try_api/config_parser.rb

Class Method Summary collapse

Class Method Details

.readObject



5
6
7
# File 'app/models/try_api/config_parser.rb', line 5

def read
  TryApi::Project.new TryApi::Base.load_inclusion(:base)
end