Class: Popit::WrappedPerson
- Inherits:
-
Object
- Object
- Popit::WrappedPerson
- Includes:
- Roar::Representer::Feature::HttpVerbs, Roar::Representer::JSON, Roar::Representer::JSON::HAL
- Defined in:
- lib/popit_representers/models/wrapped_person.rb
Instance Method Summary collapse
-
#initialize ⇒ WrappedPerson
constructor
A new instance of WrappedPerson.
Constructor Details
#initialize ⇒ WrappedPerson
Returns a new instance of WrappedPerson.
12 13 14 15 |
# File 'lib/popit_representers/models/wrapped_person.rb', line 12 def initialize extend Roar::Representer::Feature::Client super end |