Class: Billimatic::Http
- Inherits:
-
Object
- Object
- Billimatic::Http
- Defined in:
- lib/billimatic/http.rb
Instance Attribute Summary collapse
-
#token ⇒ Object
readonly
Returns the value of attribute token.
Instance Method Summary collapse
-
#initialize(token) ⇒ Http
constructor
A new instance of Http.
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
#token ⇒ Object (readonly)
Returns the value of attribute token.
6 7 8 |
# File 'lib/billimatic/http.rb', line 6 def token @token end |