class Veritrans::Tercerog::Mdk::OptionResults

PayNowID結果オプションのクラス

@author

VeriTrans Inc.

Public Instance Methods

options() click to toggle source

オプションを取得する

@return

オプション

# File tgMdk/lib/tg_mdk/mdk_dto/option_results.rb, line 17
def options
  @options = nil unless instance_variable_defined?(:@options)
  @options
end
options=(options) click to toggle source

オプションを設定する

@param

options オプション

# File tgMdk/lib/tg_mdk/mdk_dto/option_results.rb, line 26
def options=(options)
  @options = options
end