Skip to content

Commit

Permalink
Drop chargeback_type option documentation
Browse files Browse the repository at this point in the history
This was never actual option. Only a design idea that never come to be
implemented. Let's drop this from documentation now, so we can
consolidate the options more.
  • Loading branch information
isimluk committed Oct 24, 2016
1 parent 60554db commit 2c83677
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/models/chargeback_container_image.rb
Expand Up @@ -35,7 +35,6 @@ def self.build_results_for_report_ChargebackContainerImage(options)
# :interval_size
# :owner => <userid>
# :tag => /managed/environment/prod (Mutually exclusive with :user)
# :chargeback_type => detail | summary
# :entity_id => 1/2/3.../all rails id of entity

# Find Project by id or get all projects
Expand Down
1 change: 0 additions & 1 deletion app/models/chargeback_container_project.rb
Expand Up @@ -34,7 +34,6 @@ def self.build_results_for_report_ChargebackContainerProject(options)
# :interval_size
# :owner => <userid>
# :tag => /managed/environment/prod (Mutually exclusive with :user)
# :chargeback_type => detail | summary
# :entity_id => 1/2/3.../all rails id of entity

# Find ContainerProjects according to any of these:
Expand Down
1 change: 0 additions & 1 deletion app/models/chargeback_vm.rb
Expand Up @@ -57,7 +57,6 @@ def self.build_results_for_report_ChargebackVm(options)
# :interval_size
# :owner => <userid>
# :tag => /managed/environment/prod (Mutually exclusive with :user)
# :chargeback_type => detail | summary

@report_user = User.find_by(:userid => options[:userid])

Expand Down

0 comments on commit 2c83677

Please sign in to comment.