Sha256: bd50b1b64428d05180d2cff3a941b4193bcd5596808f3491646768fd19e384cd
Contents?: true
Size: 793 Bytes
Versions: 3
Compression:
Stored size: 793 Bytes
Contents
module Restfulie module Client module Mikyung autoload :WhenCondition, 'restfulie/client/mikyung/when_condition' autoload :ThenCondition, 'restfulie/client/mikyung/then_condition' autoload :RestProcessModel, 'restfulie/client/mikyung/rest_process_model' autoload :Concatenator, 'restfulie/client/mikyung/concatenator' autoload :Core, 'restfulie/client/mikyung/core' autoload :SteadyStateWalker, 'restfulie/client/mikyung/steady_state_walker' autoload :Languages, 'restfulie/client/mikyung/languages' end end end # Restfulie::Mikyung entry point is based on its core # implementation. module Restfulie class Mikyung < Restfulie::Client::Mikyung::Core Restfulie::Common::Logger.logger.level = Logger::INFO # empty class end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
restfulie-0.9.3 | lib/restfulie/client/mikyung.rb |
restfulie-0.9.1 | lib/restfulie/client/mikyung.rb |
restfulie-0.8.1 | lib/restfulie/client/mikyung.rb |