Method: FantasticRobot::Model::File.file

Defined in:
lib/fantastic_robot/model/file.rb

.fileObject



10
11
12
# File 'lib/fantastic_robot/model/file.rb', line 10

def self.file
  FantasticRobot.connection.get_by_path(self.file_path) unless self.file_path.blank?
end