Class: MultiBitly::Response

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
lib/multi_bitly/response.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(account, response) ⇒ Response

Returns a new instance of Response.



7
8
9
10
# File 'lib/multi_bitly/response.rb', line 7

def initialize(, response)
  @account = 
  super(response)
end

Instance Attribute Details

#accountObject (readonly)

Returns the value of attribute account.



5
6
7
# File 'lib/multi_bitly/response.rb', line 5

def 
  @account
end