Class: PRX::Model::Account

Inherits:
Base
  • Object
show all
Includes:
Representer::Full::AccountRepresenter, Roar::JSON
Defined in:
lib/prx/model/account.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#id

Method Summary

Methods inherited from Base

#class_path_part, #find_by_id, #initialize, #request, request, #save

Constructor Details

This class inherits a constructor from PRX::Model::Base

Instance Attribute Details

#nameObject

Returns the value of attribute name.



10
11
12
# File 'lib/prx/model/account.rb', line 10

def name
  @name
end

#pathObject

Returns the value of attribute path.



10
11
12
# File 'lib/prx/model/account.rb', line 10

def path
  @path
end

#type_nameObject

Returns the value of attribute type_name.



10
11
12
# File 'lib/prx/model/account.rb', line 10

def type_name
  @type_name
end