Class: Softlayer::Ticket::Group

Inherits:
Entity show all
Defined in:
lib/softlayer/ticket/group.rb,
lib/softlayer/ticket/group/category.rb

Defined Under Namespace

Classes: Category, Representer

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

all, all_request_for, create, find, #init_headers, parse, process_message, #request, request, service_name, #service_name, #to_hash, #to_softlayer

Methods included from Model::Operations

extended, #filter, included, #limit, #mask, #request_headers

Instance Attribute Details

#assigned_brand_countObject

Returns the value of attribute assigned_brand_count.



8
9
10
# File 'lib/softlayer/ticket/group.rb', line 8

def assigned_brand_count
  @assigned_brand_count
end

#assigned_brandsObject

Returns the value of attribute assigned_brands.



9
10
11
# File 'lib/softlayer/ticket/group.rb', line 9

def assigned_brands
  @assigned_brands
end

#categoryObject

Returns the value of attribute category.



10
11
12
# File 'lib/softlayer/ticket/group.rb', line 10

def category
  @category
end

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/softlayer/ticket/group.rb', line 5

def id
  @id
end

#nameObject

Returns the value of attribute name.



6
7
8
# File 'lib/softlayer/ticket/group.rb', line 6

def name
  @name
end

#ticket_group_category_idObject

Returns the value of attribute ticket_group_category_id.



7
8
9
# File 'lib/softlayer/ticket/group.rb', line 7

def ticket_group_category_id
  @ticket_group_category_id
end