Class: RussianInvoices::Contract
- Defined in:
- app/models/russian_invoices/contract.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#city ⇒ Object
Returns the value of attribute city.
-
#customer_details ⇒ Object
Returns the value of attribute customer_details.
-
#customer_position ⇒ Object
Returns the value of attribute customer_position.
-
#customer_signature ⇒ Object
Returns the value of attribute customer_signature.
-
#customer_stamp ⇒ Object
Returns the value of attribute customer_stamp.
-
#from_date ⇒ Object
Returns the value of attribute from_date.
-
#name ⇒ Object
Returns the value of attribute name.
-
#number ⇒ Object
Returns the value of attribute number.
-
#performer_details ⇒ Object
Returns the value of attribute performer_details.
-
#performer_position ⇒ Object
Returns the value of attribute performer_position.
-
#performer_signature ⇒ Object
Returns the value of attribute performer_signature.
-
#performer_stamp ⇒ Object
Returns the value of attribute performer_stamp.
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
#body ⇒ Object
Returns the value of attribute body.
3 4 5 |
# File 'app/models/russian_invoices/contract.rb', line 3 def body @body end |
#city ⇒ Object
Returns the value of attribute city.
3 4 5 |
# File 'app/models/russian_invoices/contract.rb', line 3 def city @city end |
#customer_details ⇒ Object
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_position ⇒ Object
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_signature ⇒ Object
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_stamp ⇒ Object
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_date ⇒ Object
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 |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'app/models/russian_invoices/contract.rb', line 3 def name @name end |
#number ⇒ Object
Returns the value of attribute number.
3 4 5 |
# File 'app/models/russian_invoices/contract.rb', line 3 def number @number end |
#performer_details ⇒ Object
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_position ⇒ Object
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_signature ⇒ Object
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_stamp ⇒ Object
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 |