Module: Inkfilepicker
- Defined in:
- lib/inkfilepicker/policy.rb,
lib/inkfilepicker/railtie.rb,
lib/inkfilepicker/version.rb,
lib/inkfilepicker/form_builder.rb,
lib/inkfilepicker/view_helpers.rb,
lib/inkfilepicker/inkfilepicker.rb
Defined Under Namespace
Modules: FormBuilder, ViewHelpers Classes: Policy, Railtie
Constant Summary collapse
- VERSION =
"0.0.2"
Class Attribute Summary collapse
-
.api_key ⇒ Object
Returns the value of attribute api_key.
-
.api_url ⇒ Object
Returns the value of attribute api_url.
-
.default_expiry ⇒ Object
Returns the value of attribute default_expiry.
-
.secret_key ⇒ Object
Returns the value of attribute secret_key.
Class Attribute Details
.api_key ⇒ Object
Returns the value of attribute api_key.
4 5 6 |
# File 'lib/inkfilepicker/inkfilepicker.rb', line 4 def api_key @api_key end |
.api_url ⇒ Object
Returns the value of attribute api_url.
4 5 6 |
# File 'lib/inkfilepicker/inkfilepicker.rb', line 4 def api_url @api_url end |
.default_expiry ⇒ Object
Returns the value of attribute default_expiry.
4 5 6 |
# File 'lib/inkfilepicker/inkfilepicker.rb', line 4 def default_expiry @default_expiry end |
.secret_key ⇒ Object
Returns the value of attribute secret_key.
4 5 6 |
# File 'lib/inkfilepicker/inkfilepicker.rb', line 4 def secret_key @secret_key end |