Class: Pandarus::GroupCategory

Inherits:
ModelBase show all
Defined in:
lib/pandarus/models/group_category.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Methods inherited from ModelBase

#assign, #attr, #has_attr?, #initialize, #inspect, #to_body

Constructor Details

This class inherits a constructor from Pandarus::ModelBase

Instance Attribute Details

#account_idObject

Returns the value of attribute account_id.



6
7
8
# File 'lib/pandarus/models/group_category.rb', line 6

def 
  @account_id
end

#context_typeObject

Returns the value of attribute context_type.



6
7
8
# File 'lib/pandarus/models/group_category.rb', line 6

def context_type
  @context_type
end

#group_limitObject

Returns the value of attribute group_limit.



6
7
8
# File 'lib/pandarus/models/group_category.rb', line 6

def group_limit
  @group_limit
end

#idObject

Returns the value of attribute id.



6
7
8
# File 'lib/pandarus/models/group_category.rb', line 6

def id
  @id
end

#nameObject

Returns the value of attribute name.



6
7
8
# File 'lib/pandarus/models/group_category.rb', line 6

def name
  @name
end

#progressObject

Returns the value of attribute progress.



6
7
8
# File 'lib/pandarus/models/group_category.rb', line 6

def progress
  @progress
end

#roleObject

Returns the value of attribute role.



6
7
8
# File 'lib/pandarus/models/group_category.rb', line 6

def role
  @role
end

#self_signupObject

Returns the value of attribute self_signup.



6
7
8
# File 'lib/pandarus/models/group_category.rb', line 6

def 
  @self_signup
end

Class Method Details

.attribute_mapObject



9
10
11
12
13
14
15
16
17
18
19
20
21
# File 'lib/pandarus/models/group_category.rb', line 9

def self.attribute_map
  {
    :id => {:external => "id", :container => false, :type => nil},
    :name => {:external => "name", :container => false, :type => nil},
    :role => {:external => "role", :container => false, :type => nil},
    :self_signup => {:external => "self_signup", :container => false, :type => nil},
    :context_type => {:external => "context_type", :container => false, :type => nil},
    :account_id => {:external => "account_id", :container => false, :type => nil},
    :group_limit => {:external => "group_limit", :container => false, :type => nil},
    :progress => {:external => "progress", :container => false, :type => nil}

  }
end