Class: Poptart::Root
Instance Attribute Summary collapse
-
#links ⇒ Object
Returns the value of attribute links.
Attributes inherited from Model
Method Summary
Methods inherited from Model
#initialize, #questions_url, root, #survey_questions_url, #surveys_url, #users_url
Methods included from Request
#connection, #get, #post, #put
Constructor Details
This class inherits a constructor from Poptart::Model
Instance Attribute Details
#links ⇒ Object
Returns the value of attribute links.
3 4 5 |
# File 'lib/poptart/root.rb', line 3 def links @links end |