Class: Evvnt::PublishedEvent

Inherits:
Base
  • Object
show all
Defined in:
lib/evvnt/published_event.rb

Overview

Public: Represents published Events on the EVVNT API

Constant Summary

Constants included from PathHelpers

Evvnt::PathHelpers::PARAM_REGEX

Constants included from Attributes

Attributes::DATETIME_STRING_REGEX, Attributes::DATE_STRING_REGEX

Constants included from Api

Api::HTTP_VERBS

Constants included from Logging

Logging::TAG_NAME

Instance Attribute Summary

Attributes included from Attributes

#attributes

Instance Method Summary collapse

Methods included from PathHelpers

#resource_name, #singular_resource?

Methods included from Actions

#first, #last

Methods included from Attributes

#initialize, #unique_identifier

Methods included from Persistence

#new_record?, #persisted?, #save

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Evvnt::Attributes

Instance Method Details

#indexObject

GET /events List Events



7
# File 'lib/evvnt/published_event.rb', line 7

define_action :index

#showObject

GET /events/:event_id Get one event



11
# File 'lib/evvnt/published_event.rb', line 11

define_action :show

#updateObject

PUT /events/:event_id Update an event



15
# File 'lib/evvnt/published_event.rb', line 15

define_action :update