class Pupa::Motion

A formal step to introduce a matter for consideration by an organization.

Attributes

classification[RW]
creator_id[RW]
date[RW]
legislative_session_id[RW]
organization_id[RW]
requirement[RW]
result[RW]
text[RW]

Public Instance Methods

to_s() click to toggle source

Returns the motion’s text and organization ID.

@return [String] the motion’s text and organization ID

# File lib/pupa/models/motion.rb, line 19
def to_s
  "#{text} in #{organization_id}"
end