class PipeRocket::File
Public Class Methods
new(hash)
click to toggle source
Calls superclass method
PipeRocket::Entity::new
# File lib/pipe_rocket/file.rb, line 3 def initialize(hash) super(hash) @url = Pipedrive.files.file_url(self.id) end