class Administrate::Field::Refile
Public Instance Methods
direct()
click to toggle source
# File lib/administrate/field/refile.rb, line 14 def direct options.fetch(:direct, false) end
multiple()
click to toggle source
# File lib/administrate/field/refile.rb, line 22 def multiple options.fetch(:multiple, false) end
presigned()
click to toggle source
# File lib/administrate/field/refile.rb, line 18 def presigned options.fetch(:presigned, false) end
to_s()
click to toggle source
# File lib/administrate/field/refile.rb, line 10 def to_s data end