Class: Paymill::Preauthorization

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

Instance Attribute Summary collapse

Attributes inherited from Base

#app_id, #created_at, #id, #updated_at

Method Summary

Methods included from Restful::Delete

#delete

Methods inherited from Base

#initialize

Methods included from Restful::All

#all

Methods included from Restful::Find

#find

Methods included from Restful::Create

#create

Constructor Details

This class inherits a constructor from Paymill::Base

Instance Attribute Details

#amountObject (readonly)

Returns the value of attribute amount.



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

def amount
  @amount
end

#clientObject (readonly)

Returns the value of attribute client.



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

def client
  @client
end

#currencyObject (readonly)

Returns the value of attribute currency.



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

def currency
  @currency
end

#descriptionObject (readonly)

Returns the value of attribute description.



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

def description
  @description
end

#livemodeObject (readonly)

Returns the value of attribute livemode.



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

def livemode
  @livemode
end

#paymentObject (readonly)

Returns the value of attribute payment.



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

def payment
  @payment
end

#statusObject (readonly)

Returns the value of attribute status.



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

def status
  @status
end

#transactionObject (readonly)

Returns the value of attribute transaction.



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

def transaction
  @transaction
end