Class: PRX::Model::Network

Inherits:
Base
  • Object
show all
Includes:
Representer::Full::NetworkRepresenter, Roar::JSON
Defined in:
lib/prx/model/network.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.



11
12
13
# File 'lib/prx/model/network.rb', line 11

def name
  @name
end

#pathObject

Returns the value of attribute path.



11
12
13
# File 'lib/prx/model/network.rb', line 11

def path
  @path
end