class Braintree::Modification
Attributes
Public Class Methods
Source
# File lib/braintree/modification.rb, line 20 def _new(*args) self.new(*args) end
Source
# File lib/braintree/modification.rb, line 25 def initialize(attributes) set_instance_variables_from_hash(attributes) @amount = Util.to_big_decimal(amount) end
Public Instance Methods
Source
# File lib/braintree/modification.rb, line 30 def never_expires? @never_expires end