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.1"

Class Attribute Summary collapse

Class Attribute Details

.api_keyObject

Returns the value of attribute api_key.



4
5
6
# File 'lib/inkfilepicker/inkfilepicker.rb', line 4

def api_key
  @api_key
end

.api_urlObject

Returns the value of attribute api_url.



4
5
6
# File 'lib/inkfilepicker/inkfilepicker.rb', line 4

def api_url
  @api_url
end

.default_expiryObject

Returns the value of attribute default_expiry.



4
5
6
# File 'lib/inkfilepicker/inkfilepicker.rb', line 4

def default_expiry
  @default_expiry
end

.secret_keyObject

Returns the value of attribute secret_key.



4
5
6
# File 'lib/inkfilepicker/inkfilepicker.rb', line 4

def secret_key
  @secret_key
end