Module: QualtricsAPI::Configurable
- Included in:
- QualtricsAPI
- Defined in:
- lib/qualtrics_api/configurable.rb
Instance Attribute Summary collapse
-
#api_token ⇒ Object
Returns the value of attribute api_token.
Instance Method Summary collapse
Instance Attribute Details
#api_token ⇒ Object
Returns the value of attribute api_token.
3 4 5 |
# File 'lib/qualtrics_api/configurable.rb', line 3 def api_token @api_token end |
Instance Method Details
#configure {|_self| ... } ⇒ Object
5 6 7 8 |
# File 'lib/qualtrics_api/configurable.rb', line 5 def configure yield self self end |