Class: Spree::WebMoney

Inherits:
Base
  • Object
show all
Defined in:
app/models/spree/web_money.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#prepaid_numberObject

Returns the value of attribute prepaid_number.



9
10
11
# File 'app/models/spree/web_money.rb', line 9

def prepaid_number
  @prepaid_number
end

Instance Method Details

#actionsObject



13
14
15
# File 'app/models/spree/web_money.rb', line 13

def actions
  %w{}
end

#instructions_partial_pathObject



17
18
19
# File 'app/models/spree/web_money.rb', line 17

def instructions_partial_path
  "spree/orders/web_money"
end