Class: Ticket
- Inherits:
-
Object
- Object
- Ticket
- Defined in:
- lib/myer/ticket.rb
Instance Attribute Summary collapse
-
#bucket_id ⇒ Object
Returns the value of attribute bucket_id.
-
#key ⇒ Object
Returns the value of attribute key.
-
#name ⇒ Object
Returns the value of attribute name.
-
#server ⇒ Object
Returns the value of attribute server.
Instance Attribute Details
#bucket_id ⇒ Object
Returns the value of attribute bucket_id.
2 3 4 |
# File 'lib/myer/ticket.rb', line 2 def bucket_id @bucket_id end |
#key ⇒ Object
Returns the value of attribute key.
2 3 4 |
# File 'lib/myer/ticket.rb', line 2 def key @key end |
#name ⇒ Object
Returns the value of attribute name.
2 3 4 |
# File 'lib/myer/ticket.rb', line 2 def name @name end |
#server ⇒ Object
Returns the value of attribute server.
2 3 4 |
# File 'lib/myer/ticket.rb', line 2 def server @server end |