Class: Paymill::Preauthorization

Inherits:
Base
  • Object
show all
Includes:
Operations::Delete
Defined in:
lib/paymill/preauthorization.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#created_at, #updated_at

Method Summary

Methods included from Operations::Delete

included

Methods inherited from Base

#initialize, #parse_timestamps, #set_attributes

Methods included from Operations::Find

included

Methods included from Operations::Create

included

Methods included from Operations::All

included

Constructor Details

This class inherits a constructor from Paymill::Base

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



5
6
7
# File 'lib/paymill/preauthorization.rb', line 5

def amount
  @amount
end

#clientObject

Returns the value of attribute client.



5
6
7
# File 'lib/paymill/preauthorization.rb', line 5

def client
  @client
end

#currencyObject

Returns the value of attribute currency.



5
6
7
# File 'lib/paymill/preauthorization.rb', line 5

def currency
  @currency
end

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/paymill/preauthorization.rb', line 5

def id
  @id
end

#livemodeObject

Returns the value of attribute livemode.



5
6
7
# File 'lib/paymill/preauthorization.rb', line 5

def livemode
  @livemode
end

#paymentObject

Returns the value of attribute payment.



5
6
7
# File 'lib/paymill/preauthorization.rb', line 5

def payment
  @payment
end

#preauthorizationObject

Returns the value of attribute preauthorization.



5
6
7
# File 'lib/paymill/preauthorization.rb', line 5

def preauthorization
  @preauthorization
end

#sourceObject

Returns the value of attribute source.



5
6
7
# File 'lib/paymill/preauthorization.rb', line 5

def source
  @source
end

#statusObject

Returns the value of attribute status.



5
6
7
# File 'lib/paymill/preauthorization.rb', line 5

def status
  @status
end