Class: RussianInvoices::Contract

Inherits:
BaseModel show all
Defined in:
app/models/russian_invoices/contract.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

create, #initialize, #landscape?, #persisted?, #save, #save!

Constructor Details

This class inherits a constructor from RussianInvoices::BaseModel

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



3
4
5
# File 'app/models/russian_invoices/contract.rb', line 3

def body
  @body
end

#cityObject

Returns the value of attribute city.



3
4
5
# File 'app/models/russian_invoices/contract.rb', line 3

def city
  @city
end

#customer_detailsObject

Returns the value of attribute customer_details.



3
4
5
# File 'app/models/russian_invoices/contract.rb', line 3

def customer_details
  @customer_details
end

#customer_positionObject

Returns the value of attribute customer_position.



3
4
5
# File 'app/models/russian_invoices/contract.rb', line 3

def customer_position
  @customer_position
end

#customer_signatureObject

Returns the value of attribute customer_signature.



3
4
5
# File 'app/models/russian_invoices/contract.rb', line 3

def customer_signature
  @customer_signature
end

#customer_stampObject

Returns the value of attribute customer_stamp.



3
4
5
# File 'app/models/russian_invoices/contract.rb', line 3

def customer_stamp
  @customer_stamp
end

#from_dateObject

Returns the value of attribute from_date.



3
4
5
# File 'app/models/russian_invoices/contract.rb', line 3

def from_date
  @from_date
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'app/models/russian_invoices/contract.rb', line 3

def name
  @name
end

#numberObject

Returns the value of attribute number.



3
4
5
# File 'app/models/russian_invoices/contract.rb', line 3

def number
  @number
end

#performer_detailsObject

Returns the value of attribute performer_details.



3
4
5
# File 'app/models/russian_invoices/contract.rb', line 3

def performer_details
  @performer_details
end

#performer_positionObject

Returns the value of attribute performer_position.



3
4
5
# File 'app/models/russian_invoices/contract.rb', line 3

def performer_position
  @performer_position
end

#performer_signatureObject

Returns the value of attribute performer_signature.



3
4
5
# File 'app/models/russian_invoices/contract.rb', line 3

def performer_signature
  @performer_signature
end

#performer_stampObject

Returns the value of attribute performer_stamp.



3
4
5
# File 'app/models/russian_invoices/contract.rb', line 3

def performer_stamp
  @performer_stamp
end