Class: Organizai::Consumer
- Inherits:
-
Object
- Object
- Organizai::Consumer
- Defined in:
- lib/organizai/consumer.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#secret ⇒ Object
Returns the value of attribute secret.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key.
4 5 6 |
# File 'lib/organizai/consumer.rb', line 4 def key @key end |
#kind ⇒ Object
Returns the value of attribute kind.
4 5 6 |
# File 'lib/organizai/consumer.rb', line 4 def kind @kind end |
#secret ⇒ Object
Returns the value of attribute secret.
4 5 6 |
# File 'lib/organizai/consumer.rb', line 4 def secret @secret end |