Class: Cb::Requests::WorkStatus::List
- Inherits:
-
Base
- Object
- Base
- Cb::Requests::WorkStatus::List
show all
- Defined in:
- lib/cb/requests/work_status/list.rb
Instance Attribute Summary
Attributes inherited from Base
#args
Instance Method Summary
collapse
Methods inherited from Base
#body, #headers, #initialize
Instance Method Details
#endpoint_uri ⇒ Object
8
9
10
|
# File 'lib/cb/requests/work_status/list.rb', line 8
def endpoint_uri
Cb.configuration.uri_work_status_list
end
|
#http_method ⇒ Object
12
13
14
|
# File 'lib/cb/requests/work_status/list.rb', line 12
def http_method
:get
end
|
#query ⇒ Object
16
17
18
19
20
|
# File 'lib/cb/requests/work_status/list.rb', line 16
def query
{
HostSite: @args[:host_site]
}
end
|