Class: Popit::WrappedPerson

Inherits:
Object
  • Object
show all
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

Constructor Details

#initializeWrappedPerson

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