Class: Fastbound::Resources::Form4473s
- Inherits:
-
Object
- Object
- Fastbound::Resources::Form4473s
- Defined in:
- lib/fastbound/resources/form4473s.rb
Instance Method Summary collapse
- #download(form4473_id) ⇒ Object
-
#initialize(client) ⇒ Form4473s
constructor
A new instance of Form4473s.
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 |