Class: Paymill::Client

Inherits:
Base
  • Object
show all
Includes:
Restful::Delete, Restful::Update
Defined in:
lib/paymill/models/client.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 included from Restful::Update

#update

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

#descriptionObject

Returns the value of attribute description.



6
7
8
# File 'lib/paymill/models/client.rb', line 6

def description
  @description
end

#emailObject

Returns the value of attribute email.



6
7
8
# File 'lib/paymill/models/client.rb', line 6

def email
  @email
end

#paymentsObject (readonly)

Returns the value of attribute payments.



7
8
9
# File 'lib/paymill/models/client.rb', line 7

def payments
  @payments
end

#subscriptionsObject (readonly)

Returns the value of attribute subscriptions.



7
8
9
# File 'lib/paymill/models/client.rb', line 7

def subscriptions
  @subscriptions
end