Module: HackerOne::Client
- Defined in:
- lib/hackerone/client.rb,
lib/hackerone/client/user.rb,
lib/hackerone/client/group.rb,
lib/hackerone/client/member.rb,
lib/hackerone/client/report.rb,
lib/hackerone/client/program.rb,
lib/hackerone/client/activity.rb,
lib/hackerone/client/reporter.rb,
lib/hackerone/client/weakness.rb,
lib/hackerone/client/structured_scope.rb
Defined Under Namespace
Modules: Activities Classes: Api, Group, Member, NotConfiguredError, Program, Report, Reporter, StructuredScope, User, Weakness
Constant Summary collapse
- DEFAULT_LOW_RANGE =
1...999
- DEFAULT_MEDIUM_RANGE =
1000...2499
- DEFAULT_HIGH_RANGE =
2500...4999
- DEFAULT_CRITICAL_RANGE =
5000...100_000_000
- STATES =
%w( new triaged needs-more-info resolved not-applicable informative duplicate spam ).map(&:to_sym).freeze
- STATES_REQUIRING_STATE_CHANGE_MESSAGE =
%w( needs-more-info informative duplicate ).map(&:to_sym).freeze
- ATTRS =
[:low_range, :medium_range, :high_range, :critical_range].freeze
Class Attribute Summary collapse
-
.program ⇒ Object
Returns the value of attribute program.
Class Attribute Details
.program ⇒ Object
Returns the value of attribute program.
42 43 44 |
# File 'lib/hackerone/client.rb', line 42 def program @program end |