Class: Ticket

Inherits:
Object
  • Object
show all
Defined in:
lib/myer/ticket.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_idObject

Returns the value of attribute bucket_id.



2
3
4
# File 'lib/myer/ticket.rb', line 2

def bucket_id
  @bucket_id
end

#keyObject

Returns the value of attribute key.



2
3
4
# File 'lib/myer/ticket.rb', line 2

def key
  @key
end

#nameObject

Returns the value of attribute name.



2
3
4
# File 'lib/myer/ticket.rb', line 2

def name
  @name
end

#serverObject

Returns the value of attribute server.



2
3
4
# File 'lib/myer/ticket.rb', line 2

def server
  @server
end