Class: Casper::Entity::Group
- Inherits:
-
Object
- Object
- Casper::Entity::Group
- Defined in:
- lib/entity/group.rb
Overview
Group
Instance Method Summary collapse
-
#get_group ⇒ String
Group.
-
#get_keys ⇒ Array<CLURef>
Keys.
-
#initialize(group, keys) ⇒ Group
constructor
A new instance of Group.
Constructor Details
#initialize(group, keys) ⇒ Group
Returns a new instance of Group.
8 9 10 11 |
# File 'lib/entity/group.rb', line 8 def initialize(group, keys) @group = group @keys = keys end |
Instance Method Details
#get_group ⇒ String
Returns group.
14 15 16 |
# File 'lib/entity/group.rb', line 14 def get_group @group end |
#get_keys ⇒ Array<CLURef>
Returns keys.
19 20 21 |
# File 'lib/entity/group.rb', line 19 def get_keys @keys end |