Class: ContextIO::APICallMade::CALL_MADE_STRUCT

Inherits:
Struct
  • Object
show all
Defined in:
lib/context_io/utilities/api_call_made.rb

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_paramsObject

Returns the value of attribute allowed_params

Returns:

  • (Object)

    the current value of allowed_params



3
4
5
# File 'lib/context_io/utilities/api_call_made.rb', line 3

def allowed_params
  @allowed_params
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



3
4
5
# File 'lib/context_io/utilities/api_call_made.rb', line 3

def method
  @method
end

#rejected_paramsObject

Returns the value of attribute rejected_params

Returns:

  • (Object)

    the current value of rejected_params



3
4
5
# File 'lib/context_io/utilities/api_call_made.rb', line 3

def rejected_params
  @rejected_params
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



3
4
5
# File 'lib/context_io/utilities/api_call_made.rb', line 3

def url
  @url
end