Module: HALPresenter

Includes:
Attributes, Collection, Curies, Deserializer, Embedded, Links, Model, Namespace, Policy, Profile, SerializeHooks, Serializer
Defined in:
lib/hal_presenter.rb,
lib/hal_presenter/links.rb,
lib/hal_presenter/model.rb,
lib/hal_presenter/curies.rb,
lib/hal_presenter/policy.rb,
lib/hal_presenter/profile.rb,
lib/hal_presenter/embedded.rb,
lib/hal_presenter/property.rb,
lib/hal_presenter/namespace.rb,
lib/hal_presenter/attributes.rb,
lib/hal_presenter/collection.rb,
lib/hal_presenter/pagination.rb,
lib/hal_presenter/policy/dsl.rb,
lib/hal_presenter/serializer.rb,
lib/hal_presenter/super_init.rb,
lib/hal_presenter/deserializer.rb,
lib/hal_presenter/policy/rules.rb,
lib/hal_presenter/lazy_evaluator.rb,
lib/hal_presenter/serialize_hooks.rb,
lib/hal_presenter/curie_collection.rb

Defined Under Namespace

Modules: Attributes, Collection, Curies, Deserializer, Embedded, Links, Model, Namespace, Policy, Profile, SerializeHooks, Serializer, SuperInit Classes: CurieCollection, LazyEvaluator, Pagination, Property

Class Attribute Summary collapse

Method Summary

Methods included from Namespace

#namespace

Methods included from Profile

#profile, #semantic_profile

Methods included from Policy

#policy

Methods included from Deserializer

#from_hal, included

Methods included from Serializer

included, #to_collection, #to_hal

Methods included from Model

included, #inherited, #model

Methods included from SerializeHooks

#post_serialize

Methods included from Collection

#collection

Methods included from Embedded

#embed

Methods included from Curies

#curie

Methods included from Links

included, #link

Methods included from Attributes

#attribute

Class Attribute Details

.paginateObject

Returns the value of attribute paginate.



3
4
5
# File 'lib/hal_presenter/pagination.rb', line 3

def paginate
  @paginate
end