Class: Myfinance::Resources::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/myfinance/resources/base.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(http) ⇒ Base

Returns a new instance of Base.



6
7
8
# File 'lib/myfinance/resources/base.rb', line 6

def initialize(http)
  @http = http
end

Instance Attribute Details

#httpObject

Returns the value of attribute http.



4
5
6
# File 'lib/myfinance/resources/base.rb', line 4

def http
  @http
end