Class: Beanie::BankStatement

Inherits:
Api
  • Object
show all
Defined in:
lib/beanie/bank_statement.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Api

all, build_url, #construct_path, delete, #extract, #field_name, find, get, #object_name, #populate, post, put, #save!, set_headers

Constructor Details

#initializeBankStatement

Initialize instance variables



36
37
38
39
40
41
42
43
# File 'lib/beanie/bank_statement.rb', line 36

def initialize
  @id = nil
  @end_date = nil
  @start_date = nil
  @upload_file = nil
  @bank_account_id = nil
  @document_id = nil
end

Instance Attribute Details

#bank_account_idObject

Returns the value of attribute bank_account_id.



32
33
34
# File 'lib/beanie/bank_statement.rb', line 32

def 
  @bank_account_id
end

#document_idObject

Returns the value of attribute document_id.



32
33
34
# File 'lib/beanie/bank_statement.rb', line 32

def document_id
  @document_id
end

#end_dateObject

Returns the value of attribute end_date.



32
33
34
# File 'lib/beanie/bank_statement.rb', line 32

def end_date
  @end_date
end

#idObject

Returns the value of attribute id.



32
33
34
# File 'lib/beanie/bank_statement.rb', line 32

def id
  @id
end

#start_dateObject

Returns the value of attribute start_date.



32
33
34
# File 'lib/beanie/bank_statement.rb', line 32

def start_date
  @start_date
end

#upload_fileObject

Returns the value of attribute upload_file.



32
33
34
# File 'lib/beanie/bank_statement.rb', line 32

def upload_file
  @upload_file
end