Class: Roistat::Resources::Visits

Inherits:
Base
  • Object
show all
Defined in:
lib/roistat/resources/visits.rb,
sig/roistat.rbs

Instance Attribute Summary

Attributes inherited from Base

#client

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Roistat::Resources::Base

Instance Method Details

#list(**body) ⇒ Object

POST /project/site/visit/list

Parameters:

  • (Object)

Returns:

  • (Object)


5
6
7
# File 'lib/roistat/resources/visits.rb', line 5

def list(**body)
  post("project/site/visit/list", body: body)
end

#params_update(**body) ⇒ Object

POST /project/site/visit/params/update

Parameters:

  • (Object)

Returns:

  • (Object)


10
11
12
# File 'lib/roistat/resources/visits.rb', line 10

def params_update(**body)
  client.post("project/site/visit/params/update", body: body)
end