Class: Nusii::Section
- Extended by:
- Crud::Create, Crud::Destroy, Crud::Get, Crud::List
- Includes:
- Crud::DestroySelf, Crud::Save
- Defined in:
- lib/nusii/section.rb
Instance Attribute Summary collapse
-
#account_id ⇒ Object
Returns the value of attribute account_id.
-
#body ⇒ Object
Returns the value of attribute body.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#id ⇒ Object
Returns the value of attribute id.
-
#include_total ⇒ Object
Returns the value of attribute include_total.
-
#line_items ⇒ Object
Returns the value of attribute line_items.
-
#maximum_total_formatted ⇒ Object
Returns the value of attribute maximum_total_formatted.
-
#maximum_total_in_cents ⇒ Object
Returns the value of attribute maximum_total_in_cents.
-
#name ⇒ Object
Returns the value of attribute name.
-
#optional ⇒ Object
Returns the value of attribute optional.
-
#page_break ⇒ Object
Returns the value of attribute page_break.
-
#position ⇒ Object
Returns the value of attribute position.
-
#proposal_id ⇒ Object
Returns the value of attribute proposal_id.
-
#reusable ⇒ Object
Returns the value of attribute reusable.
-
#section_type ⇒ Object
Returns the value of attribute section_type.
-
#selected ⇒ Object
Returns the value of attribute selected.
-
#template_id ⇒ Object
Returns the value of attribute template_id.
-
#title ⇒ Object
Returns the value of attribute title.
-
#total_formatted ⇒ Object
Returns the value of attribute total_formatted.
-
#total_in_cents ⇒ Object
Returns the value of attribute total_in_cents.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Method Summary
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/section.rb', line 10 def account_id @account_id end |
#body ⇒ Object
Returns the value of attribute body.
10 11 12 |
# File 'lib/nusii/section.rb', line 10 def body @body end |
#created_at ⇒ Object
Returns the value of attribute created_at.
10 11 12 |
# File 'lib/nusii/section.rb', line 10 def created_at @created_at end |
#currency ⇒ Object
Returns the value of attribute currency.
10 11 12 |
# File 'lib/nusii/section.rb', line 10 def currency @currency end |
#id ⇒ Object
Returns the value of attribute id.
10 11 12 |
# File 'lib/nusii/section.rb', line 10 def id @id end |
#include_total ⇒ Object
Returns the value of attribute include_total.
10 11 12 |
# File 'lib/nusii/section.rb', line 10 def include_total @include_total end |
#line_items ⇒ Object
Returns the value of attribute line_items.
10 11 12 |
# File 'lib/nusii/section.rb', line 10 def line_items @line_items end |
#maximum_total_formatted ⇒ Object
Returns the value of attribute maximum_total_formatted.
10 11 12 |
# File 'lib/nusii/section.rb', line 10 def maximum_total_formatted @maximum_total_formatted end |
#maximum_total_in_cents ⇒ Object
Returns the value of attribute maximum_total_in_cents.
10 11 12 |
# File 'lib/nusii/section.rb', line 10 def maximum_total_in_cents @maximum_total_in_cents end |
#name ⇒ Object
Returns the value of attribute name.
10 11 12 |
# File 'lib/nusii/section.rb', line 10 def name @name end |
#optional ⇒ Object
Returns the value of attribute optional.
10 11 12 |
# File 'lib/nusii/section.rb', line 10 def optional @optional end |
#page_break ⇒ Object
Returns the value of attribute page_break.
10 11 12 |
# File 'lib/nusii/section.rb', line 10 def page_break @page_break end |
#position ⇒ Object
Returns the value of attribute position.
10 11 12 |
# File 'lib/nusii/section.rb', line 10 def position @position end |
#proposal_id ⇒ Object
Returns the value of attribute proposal_id.
10 11 12 |
# File 'lib/nusii/section.rb', line 10 def proposal_id @proposal_id end |
#reusable ⇒ Object
Returns the value of attribute reusable.
10 11 12 |
# File 'lib/nusii/section.rb', line 10 def reusable @reusable end |
#section_type ⇒ Object
Returns the value of attribute section_type.
10 11 12 |
# File 'lib/nusii/section.rb', line 10 def section_type @section_type end |
#selected ⇒ Object
Returns the value of attribute selected.
10 11 12 |
# File 'lib/nusii/section.rb', line 10 def selected @selected end |
#template_id ⇒ Object
Returns the value of attribute template_id.
10 11 12 |
# File 'lib/nusii/section.rb', line 10 def template_id @template_id end |
#title ⇒ Object
Returns the value of attribute title.
10 11 12 |
# File 'lib/nusii/section.rb', line 10 def title @title end |
#total_formatted ⇒ Object
Returns the value of attribute total_formatted.
10 11 12 |
# File 'lib/nusii/section.rb', line 10 def total_formatted @total_formatted end |
#total_in_cents ⇒ Object
Returns the value of attribute total_in_cents.
10 11 12 |
# File 'lib/nusii/section.rb', line 10 def total_in_cents @total_in_cents end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
10 11 12 |
# File 'lib/nusii/section.rb', line 10 def updated_at @updated_at end |