Class: Billimatic::Http

Inherits:
Object
  • Object
show all
Defined in:
lib/billimatic/http.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(token) ⇒ Http

Returns a new instance of Http.



8
9
10
# File 'lib/billimatic/http.rb', line 8

def initialize(token)
 @token = token
end

Instance Attribute Details

#tokenObject (readonly)

Returns the value of attribute token.



6
7
8
# File 'lib/billimatic/http.rb', line 6

def token
  @token
end