Module: REDCap
- Defined in:
- lib/red_cap.rb,
lib/red_cap/form.rb,
lib/red_cap/client.rb,
lib/red_cap/version.rb,
lib/red_cap/form/fields.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
"0.2.0"
Class Attribute Summary collapse
-
.token ⇒ Object
Returns the value of attribute token.
-
.url ⇒ Object
Returns the value of attribute url.
Class Method Summary collapse
Class Attribute Details
.token ⇒ Object
Returns the value of attribute token.
11 12 13 |
# File 'lib/red_cap.rb', line 11 def token @token end |
.url ⇒ Object
Returns the value of attribute url.
11 12 13 |
# File 'lib/red_cap.rb', line 11 def url @url end |
Class Method Details
.configure {|_self| ... } ⇒ Object
7 8 9 |
# File 'lib/red_cap.rb', line 7 def configure yield self end |