Class: FAIRChampionHarvester::FAIRsharing
- Inherits:
-
Object
- Object
- FAIRChampionHarvester::FAIRsharing
- Defined in:
- lib/fairsharing.rb
Instance Attribute Summary collapse
-
#fairsharing_key_location ⇒ Object
Returns the value of attribute fairsharing_key_location.
Instance Method Summary collapse
- #fairsharing_key ⇒ Object
-
#initialize(fairsharing_key_location: "") ⇒ FAIRsharing
constructor
A new instance of FAIRsharing.
Constructor Details
#initialize(fairsharing_key_location: "") ⇒ FAIRsharing
Returns a new instance of FAIRsharing.
5 6 7 |
# File 'lib/fairsharing.rb', line 5 def initialize(fairsharing_key_location: "") @fairsharing_key_location = fairsharing_key_location end |
Instance Attribute Details
#fairsharing_key_location ⇒ Object
Returns the value of attribute fairsharing_key_location.
3 4 5 |
# File 'lib/fairsharing.rb', line 3 def fairsharing_key_location @fairsharing_key_location end |
Instance Method Details
#fairsharing_key ⇒ Object
9 10 11 |
# File 'lib/fairsharing.rb', line 9 def fairsharing_key @fairsharing_key_location end |