Skip to content

Commit

Permalink
Fixing naming error
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Kopping committed Jan 22, 2020
1 parent 71c852e commit 1d0aa5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/camunda/topic_detail.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class TopicDetail
# Filter tasks based on process definition keys.
attr_accessor :process_definition_key_in
# Filter tasks based on process definition version tag.
attr_accessor :process_definitionVersion_tag
attr_accessor :process_definition_version_tag
# Filter tasks without tenant id.
attr_accessor :without_tenant_id
# Filter tasks based on tenant ids.
Expand Down Expand Up @@ -60,7 +60,7 @@ def to_h
processDefinitionIdIn: process_definition_id_in,
processDefinitionKey: process_definition_key,
processDefinitionKeyIn: process_definition_key_in,
processDefinitionVersionTag: process_definitionVersion_tag,
processDefinitionVersionTag: process_definition_version_tag,
withoutTenantId: without_tenant_id,
tenantIdIn: tenant_id_in,
processVariables: process_variables,
Expand Down

0 comments on commit 1d0aa5c

Please sign in to comment.