Class: LWS::Ticket::Tag

Inherits:
Generic::Model show all
Defined in:
lib/lws/apps/ticket.rb

Overview

The ticket tag class

Instance Attribute Summary collapse

Attributes inherited from Generic::Model

#created_at, #id, #updated_at, #url, #url_html

Method Summary

Methods inherited from Generic::Model

#deep_dup, #dig, #reload, #rollback, #save

Instance Attribute Details

#descriptionString?



151
# File 'lib/lws/apps/ticket.rb', line 151

attribute :description

#dev_issue_idInteger?



156
# File 'lib/lws/apps/ticket.rb', line 156

attribute :dev_issue_id

#nameString



160
# File 'lib/lws/apps/ticket.rb', line 160

attribute :name

#slugString (readonly)



164
# File 'lib/lws/apps/ticket.rb', line 164

attribute :slug

#ticketsArray<Ticket>



168
# File 'lib/lws/apps/ticket.rb', line 168

has_many :tickets