Class: Conekta::Log

Inherits:
Resource show all
Includes:
Operations::Find, Operations::Where
Defined in:
lib/conekta/log.rb

Instance Attribute Summary collapse

Attributes inherited from Resource

#id

Attributes inherited from ConektaObject

#values

Method Summary

Methods included from Operations::Find

included

Methods included from Operations::Where

handle_type_of_paging, included

Methods inherited from Resource

#_url, _url, #create_member_with_relation, #initialize, underscored_class

Methods inherited from ConektaObject

#class_name, class_name, #create_attr, #first, #initialize, #inspect, #last, #load_from, #set_val, #to_s, #unset_key

Constructor Details

This class inherits a constructor from Conekta::Resource

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at.



6
7
8
# File 'lib/conekta/log.rb', line 6

def created_at
  @created_at
end

#ip_addressObject

Returns the value of attribute ip_address.



6
7
8
# File 'lib/conekta/log.rb', line 6

def ip_address
  @ip_address
end

#methodObject

Returns the value of attribute method.



6
7
8
# File 'lib/conekta/log.rb', line 6

def method
  @method
end

#query_stringObject

Returns the value of attribute query_string.



6
7
8
# File 'lib/conekta/log.rb', line 6

def query_string
  @query_string
end

Returns the value of attribute related.



6
7
8
# File 'lib/conekta/log.rb', line 6

def related
  @related
end

#request_bodyObject

Returns the value of attribute request_body.



6
7
8
# File 'lib/conekta/log.rb', line 6

def request_body
  @request_body
end

#request_headersObject

Returns the value of attribute request_headers.



6
7
8
# File 'lib/conekta/log.rb', line 6

def request_headers
  @request_headers
end

#response_bodyObject

Returns the value of attribute response_body.



6
7
8
# File 'lib/conekta/log.rb', line 6

def response_body
  @response_body
end

#response_headersObject

Returns the value of attribute response_headers.



6
7
8
# File 'lib/conekta/log.rb', line 6

def response_headers
  @response_headers
end

#statusObject

Returns the value of attribute status.



6
7
8
# File 'lib/conekta/log.rb', line 6

def status
  @status
end

#urlObject

Returns the value of attribute url.



6
7
8
# File 'lib/conekta/log.rb', line 6

def url
  @url
end

#versionObject

Returns the value of attribute version.



6
7
8
# File 'lib/conekta/log.rb', line 6

def version
  @version
end