Class: Nusii::Section

Inherits:
Resource show all
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

Method Summary

Methods included from Crud::Get

get

Methods included from Crud::List

list

Methods included from Crud::Create

create

Methods included from Crud::Destroy

destroy

Methods included from Crud::DestroySelf

#destroy

Methods included from Crud::Save

#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_idObject

Returns the value of attribute account_id.



10
11
12
# File 'lib/nusii/section.rb', line 10

def 
  @account_id
end

#bodyObject

Returns the value of attribute body.



10
11
12
# File 'lib/nusii/section.rb', line 10

def body
  @body
end

#created_atObject

Returns the value of attribute created_at.



10
11
12
# File 'lib/nusii/section.rb', line 10

def created_at
  @created_at
end

#currencyObject

Returns the value of attribute currency.



10
11
12
# File 'lib/nusii/section.rb', line 10

def currency
  @currency
end

#idObject

Returns the value of attribute id.



10
11
12
# File 'lib/nusii/section.rb', line 10

def id
  @id
end

#include_totalObject

Returns the value of attribute include_total.



10
11
12
# File 'lib/nusii/section.rb', line 10

def include_total
  @include_total
end

#line_itemsObject

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_formattedObject

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_centsObject

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

#nameObject

Returns the value of attribute name.



10
11
12
# File 'lib/nusii/section.rb', line 10

def name
  @name
end

#optionalObject

Returns the value of attribute optional.



10
11
12
# File 'lib/nusii/section.rb', line 10

def optional
  @optional
end

#page_breakObject

Returns the value of attribute page_break.



10
11
12
# File 'lib/nusii/section.rb', line 10

def page_break
  @page_break
end

#positionObject

Returns the value of attribute position.



10
11
12
# File 'lib/nusii/section.rb', line 10

def position
  @position
end

#proposal_idObject

Returns the value of attribute proposal_id.



10
11
12
# File 'lib/nusii/section.rb', line 10

def proposal_id
  @proposal_id
end

#reusableObject

Returns the value of attribute reusable.



10
11
12
# File 'lib/nusii/section.rb', line 10

def reusable
  @reusable
end

#section_typeObject

Returns the value of attribute section_type.



10
11
12
# File 'lib/nusii/section.rb', line 10

def section_type
  @section_type
end

#selectedObject

Returns the value of attribute selected.



10
11
12
# File 'lib/nusii/section.rb', line 10

def selected
  @selected
end

#template_idObject

Returns the value of attribute template_id.



10
11
12
# File 'lib/nusii/section.rb', line 10

def template_id
  @template_id
end

#titleObject

Returns the value of attribute title.



10
11
12
# File 'lib/nusii/section.rb', line 10

def title
  @title
end

#total_formattedObject

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_centsObject

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_atObject

Returns the value of attribute updated_at.



10
11
12
# File 'lib/nusii/section.rb', line 10

def updated_at
  @updated_at
end