Class: Fastbound::Resources::Form4473s

Inherits:
Object
  • Object
show all
Defined in:
lib/fastbound/resources/form4473s.rb

Instance Method Summary collapse

Constructor Details

#initialize(client) ⇒ Form4473s

Returns a new instance of Form4473s.



4
5
6
# File 'lib/fastbound/resources/form4473s.rb', line 4

def initialize(client)
  @client = client
end

Instance Method Details

#download(form4473_id) ⇒ Object



8
9
10
# File 'lib/fastbound/resources/form4473s.rb', line 8

def download(form4473_id)
  @client.get_binary("#{@client.base_path}/Form4473s/Download/#{form4473_id}")
end