class MessageQuickly::Messaging::Receipt::Summary
Attributes
shipping_cost[RW]
subtotal[RW]
total_cost[RW]
total_tax[RW]
Public Instance Methods
to_hash()
click to toggle source
# File lib/message_quickly/messaging/receipt/summary.rb, line 8 def to_hash { subtotal: subtotal, shipping_cost: shipping_cost, total_tax: total_tax, total_cost: total_cost } end