Class: Pandarus::GroupCategory
- Defined in:
- lib/pandarus/models/group_category.rb
Instance Attribute Summary collapse
-
#account_id ⇒ Object
Returns the value of attribute account_id.
-
#context_type ⇒ Object
Returns the value of attribute context_type.
-
#group_limit ⇒ Object
Returns the value of attribute group_limit.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#progress ⇒ Object
Returns the value of attribute progress.
-
#role ⇒ Object
Returns the value of attribute role.
-
#self_signup ⇒ Object
Returns the value of attribute self_signup.
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_id ⇒ Object
Returns the value of attribute account_id.
6 7 8 |
# File 'lib/pandarus/models/group_category.rb', line 6 def account_id @account_id end |
#context_type ⇒ Object
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_limit ⇒ Object
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 |
#id ⇒ Object
Returns the value of attribute id.
6 7 8 |
# File 'lib/pandarus/models/group_category.rb', line 6 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/pandarus/models/group_category.rb', line 6 def name @name end |
#progress ⇒ Object
Returns the value of attribute progress.
6 7 8 |
# File 'lib/pandarus/models/group_category.rb', line 6 def progress @progress end |
#role ⇒ Object
Returns the value of attribute role.
6 7 8 |
# File 'lib/pandarus/models/group_category.rb', line 6 def role @role end |
#self_signup ⇒ Object
Returns the value of attribute self_signup.
6 7 8 |
# File 'lib/pandarus/models/group_category.rb', line 6 def self_signup @self_signup end |
Class Method Details
.attribute_map ⇒ Object
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 |