Class: AliyunSlsSdk::CreateLogStoreResponse

Inherits:
LogResponse
  • Object
show all
Defined in:
lib/aliyun_sls_sdk/create_log_store_response.rb

Instance Attribute Summary

Attributes inherited from LogResponse

#all_headers, #request_id

Instance Method Summary collapse

Methods inherited from LogResponse

#get_header

Constructor Details

#initialize(header) ⇒ CreateLogStoreResponse

Returns a new instance of CreateLogStoreResponse.



6
7
8
# File 'lib/aliyun_sls_sdk/create_log_store_response.rb', line 6

def initialize(header)
  super(header)
end

Instance Method Details

#log_printObject



10
11
12
13
# File 'lib/aliyun_sls_sdk/create_log_store_response.rb', line 10

def log_print()
  puts 'CreateLogStoreResponse:'
  puts 'headers:' + self.all_headers.to_json
end