Class: Nusii::Template
- Extended by:
- Crud::Get, Crud::List
- Defined in:
- lib/nusii/template.rb
Instance Attribute Summary collapse
-
#account_id ⇒ Object
Returns the value of attribute account_id.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#dummy_template ⇒ Object
Returns the value of attribute dummy_template.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#public_template ⇒ Object
Returns the value of attribute public_template.
Method Summary
Methods included from Crud::Get
Methods included from Crud::List
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.
6 7 8 |
# File 'lib/nusii/template.rb', line 6 def account_id @account_id end |
#created_at ⇒ Object
Returns the value of attribute created_at.
6 7 8 |
# File 'lib/nusii/template.rb', line 6 def created_at @created_at end |
#dummy_template ⇒ Object
Returns the value of attribute dummy_template.
6 7 8 |
# File 'lib/nusii/template.rb', line 6 def dummy_template @dummy_template end |
#id ⇒ Object
Returns the value of attribute id.
6 7 8 |
# File 'lib/nusii/template.rb', line 6 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/nusii/template.rb', line 6 def name @name end |
#public_template ⇒ Object
Returns the value of attribute public_template.
6 7 8 |
# File 'lib/nusii/template.rb', line 6 def public_template @public_template end |