Class: Ibancom::API::Service

Inherits:
Object
  • Object
show all
Defined in:
lib/ibancom/api/service.rb

Direct Known Subclasses

ValidationService

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(client) ⇒ Service

Returns a new instance of Service.



8
9
10
# File 'lib/ibancom/api/service.rb', line 8

def initialize(client)
  @client = client
end

Instance Attribute Details

#clientObject (readonly)

Returns the value of attribute client.



6
7
8
# File 'lib/ibancom/api/service.rb', line 6

def client
  @client
end