Class: Nusii::Proposal
- Extended by:
- Crud::Create, Crud::Destroy, Crud::Get, Crud::List
- Includes:
- Crud::DestroySelf, Crud::Save
- Defined in:
- lib/nusii/proposal.rb
Instance Attribute Summary collapse
-
#account_id ⇒ Object
Returns the value of attribute account_id.
-
#client_email ⇒ Object
Returns the value of attribute client_email.
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#display_date ⇒ Object
Returns the value of attribute display_date.
-
#document_section_title ⇒ Object
Returns the value of attribute document_section_title.
-
#exclude_total ⇒ Object
Returns the value of attribute exclude_total.
-
#exclude_total_in_pdf ⇒ Object
Returns the value of attribute exclude_total_in_pdf.
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
-
#id ⇒ Object
Returns the value of attribute id.
-
#prepared_by_id ⇒ Object
Returns the value of attribute prepared_by_id.
-
#public_id ⇒ Object
Returns the value of attribute public_id.
-
#report ⇒ Object
Returns the value of attribute report.
-
#sections ⇒ Object
Returns the value of attribute sections.
-
#sender_id ⇒ Object
Returns the value of attribute sender_id.
-
#status ⇒ Object
Returns the value of attribute status.
-
#theme ⇒ Object
Returns the value of attribute theme.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Method Summary collapse
Methods included from Crud::Get
Methods included from Crud::List
Methods included from Crud::Create
Methods included from Crud::Destroy
Methods included from Crud::DestroySelf
Methods included from Crud::Save
Methods inherited from Resource
class_name, #editable_params, #initialize, #save_params
Constructor Details
This class inherits a constructor from Nusii::Resource
Instance Attribute Details
#account_id ⇒ Object
Returns the value of attribute account_id.
10 11 12 |
# File 'lib/nusii/proposal.rb', line 10 def account_id @account_id end |
#client_email ⇒ Object
Returns the value of attribute client_email.
10 11 12 |
# File 'lib/nusii/proposal.rb', line 10 def client_email @client_email end |
#client_id ⇒ Object
Returns the value of attribute client_id.
10 11 12 |
# File 'lib/nusii/proposal.rb', line 10 def client_id @client_id end |
#display_date ⇒ Object
Returns the value of attribute display_date.
10 11 12 |
# File 'lib/nusii/proposal.rb', line 10 def display_date @display_date end |
#document_section_title ⇒ Object
Returns the value of attribute document_section_title.
10 11 12 |
# File 'lib/nusii/proposal.rb', line 10 def document_section_title @document_section_title end |
#exclude_total ⇒ Object
Returns the value of attribute exclude_total.
10 11 12 |
# File 'lib/nusii/proposal.rb', line 10 def exclude_total @exclude_total end |
#exclude_total_in_pdf ⇒ Object
Returns the value of attribute exclude_total_in_pdf.
10 11 12 |
# File 'lib/nusii/proposal.rb', line 10 def exclude_total_in_pdf @exclude_total_in_pdf end |
#expires_at ⇒ Object
Returns the value of attribute expires_at.
10 11 12 |
# File 'lib/nusii/proposal.rb', line 10 def expires_at @expires_at end |
#id ⇒ Object
Returns the value of attribute id.
10 11 12 |
# File 'lib/nusii/proposal.rb', line 10 def id @id end |
#prepared_by_id ⇒ Object
Returns the value of attribute prepared_by_id.
10 11 12 |
# File 'lib/nusii/proposal.rb', line 10 def prepared_by_id @prepared_by_id end |
#public_id ⇒ Object
Returns the value of attribute public_id.
10 11 12 |
# File 'lib/nusii/proposal.rb', line 10 def public_id @public_id end |
#report ⇒ Object
Returns the value of attribute report.
10 11 12 |
# File 'lib/nusii/proposal.rb', line 10 def report @report end |
#sections ⇒ Object
Returns the value of attribute sections.
10 11 12 |
# File 'lib/nusii/proposal.rb', line 10 def sections @sections end |
#sender_id ⇒ Object
Returns the value of attribute sender_id.
10 11 12 |
# File 'lib/nusii/proposal.rb', line 10 def sender_id @sender_id end |
#status ⇒ Object
Returns the value of attribute status.
10 11 12 |
# File 'lib/nusii/proposal.rb', line 10 def status @status end |
#theme ⇒ Object
Returns the value of attribute theme.
10 11 12 |
# File 'lib/nusii/proposal.rb', line 10 def theme @theme end |
#title ⇒ Object
Returns the value of attribute title.
10 11 12 |
# File 'lib/nusii/proposal.rb', line 10 def title @title end |