class Kuroneko::En

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

Constants

URL

@return [String] 問い合わせフォームの URL

Public Class Methods

new(options={}) click to toggle source

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

@param [Hash] options @see Kuroneko#initialize

Calls superclass method Kuroneko::new
# File lib/kuroneko/en.rb, line 14
def initialize(options={})
  super
  @url = URL.dup unless options[:url]
end