Module: Itest5ch
- Defined in:
- lib/itest5ch.rb,
lib/itest5ch/board.rb,
lib/itest5ch/config.rb,
lib/itest5ch/thread.rb,
lib/itest5ch/comment.rb,
lib/itest5ch/version.rb,
lib/itest5ch/http_methods.rb,
lib/itest5ch/assert_methods.rb,
lib/itest5ch/board_list_page.rb
Defined Under Namespace
Modules: AssertMethods, HttpMethods Classes: Board, BoardListPage, Comment, Config, Thread
Constant Summary collapse
- VERSION =
"2.0.2".freeze
Class Method Summary collapse
Class Method Details
.config ⇒ Itest5ch::Config
15 16 17 |
# File 'lib/itest5ch.rb', line 15 def self.config @config ||= Config.new end |