Class: HackerOne::Client::Group
- Inherits:
-
Object
- Object
- HackerOne::Client::Group
- Defined in:
- lib/hackerone/client/group.rb
Instance Method Summary collapse
- #id ⇒ Object
-
#initialize(group) ⇒ Group
constructor
A new instance of Group.
Constructor Details
#initialize(group) ⇒ Group
Returns a new instance of Group.
6 7 8 |
# File 'lib/hackerone/client/group.rb', line 6 def initialize(group) @group = group end |
Instance Method Details
#id ⇒ Object
10 11 12 |
# File 'lib/hackerone/client/group.rb', line 10 def id @group[:id] end |