Class: Nusii::Template

Inherits:
Resource show all
Extended by:
Crud::Get, Crud::List
Defined in:
lib/nusii/template.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Crud::Get

get

Methods included from Crud::List

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_idObject

Returns the value of attribute account_id.



6
7
8
# File 'lib/nusii/template.rb', line 6

def 
  @account_id
end

#created_atObject

Returns the value of attribute created_at.



6
7
8
# File 'lib/nusii/template.rb', line 6

def created_at
  @created_at
end

#dummy_templateObject

Returns the value of attribute dummy_template.



6
7
8
# File 'lib/nusii/template.rb', line 6

def dummy_template
  @dummy_template
end

#idObject

Returns the value of attribute id.



6
7
8
# File 'lib/nusii/template.rb', line 6

def id
  @id
end

#nameObject

Returns the value of attribute name.



6
7
8
# File 'lib/nusii/template.rb', line 6

def name
  @name
end

#public_templateObject

Returns the value of attribute public_template.



6
7
8
# File 'lib/nusii/template.rb', line 6

def public_template
  @public_template
end