Class: AdCenterWrapper::GetAccountResponse

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(account = nil) ⇒ GetAccountResponse

Returns a new instance of GetAccountResponse.



4963
4964
4965
# File 'lib/adcenter_wrapper_entities.rb', line 4963

def initialize( = nil)
  @account = 
end

Instance Attribute Details

#accountObject

Returns the value of attribute account.



4961
4962
4963
# File 'lib/adcenter_wrapper_entities.rb', line 4961

def 
  @account
end