Class: Kuroneko::En

Inherits:
Kuroneko show all
Defined in:
lib/kuroneko/en.rb

Overview

英語版フォームでの問い合わせ

Constant Summary collapse

URL =

Returns 問い合わせフォームの URL.

Returns:

  • (String)

    問い合わせフォームの URL

'http://track.kuronekoyamato.co.jp/english/tracking'.freeze

Constants inherited from Kuroneko

VERSION

Instance Attribute Summary

Attributes inherited from Kuroneko

#agent, #parser, #url

Instance Method Summary collapse

Methods inherited from Kuroneko

#histories, #history, #status, #statuses

Constructor Details

#initialize(options = {}) ⇒ En

インスタンスを初期化する

Parameters:

  • options (Hash) (defaults to: {})

See Also:



15
16
17
18
# File 'lib/kuroneko/en.rb', line 15

def initialize(options={})
  super
  @url = URL.dup unless options[:url]
end