Class: Pandarus::FeatureFlag
- Defined in:
- lib/pandarus/models/feature_flag.rb
Instance Attribute Summary collapse
-
#context_id ⇒ Object
Returns the value of attribute context_id.
-
#context_type ⇒ Object
Returns the value of attribute context_type.
-
#feature ⇒ Object
Returns the value of attribute feature.
-
#locked ⇒ Object
Returns the value of attribute locked.
-
#locking_account_id ⇒ Object
Returns the value of attribute locking_account_id.
-
#state ⇒ Object
Returns the value of attribute state.
Class Method Summary collapse
Methods inherited from ModelBase
#assign, #attr, #has_attr?, #initialize, #inspect, #to_body, #vivify
Constructor Details
This class inherits a constructor from Pandarus::ModelBase
Instance Attribute Details
#context_id ⇒ Object
Returns the value of attribute context_id.
6 7 8 |
# File 'lib/pandarus/models/feature_flag.rb', line 6 def context_id @context_id end |
#context_type ⇒ Object
Returns the value of attribute context_type.
6 7 8 |
# File 'lib/pandarus/models/feature_flag.rb', line 6 def context_type @context_type end |
#feature ⇒ Object
Returns the value of attribute feature.
6 7 8 |
# File 'lib/pandarus/models/feature_flag.rb', line 6 def feature @feature end |
#locked ⇒ Object
Returns the value of attribute locked.
6 7 8 |
# File 'lib/pandarus/models/feature_flag.rb', line 6 def locked @locked end |
#locking_account_id ⇒ Object
Returns the value of attribute locking_account_id.
6 7 8 |
# File 'lib/pandarus/models/feature_flag.rb', line 6 def locking_account_id @locking_account_id end |
#state ⇒ Object
Returns the value of attribute state.
6 7 8 |
# File 'lib/pandarus/models/feature_flag.rb', line 6 def state @state end |
Class Method Details
.attribute_map ⇒ Object
9 10 11 12 13 14 15 16 17 18 19 |
# File 'lib/pandarus/models/feature_flag.rb', line 9 def self.attribute_map { :context_type => {:external => "context_type", :container => false, :type => "String"}, :context_id => {:external => "context_id", :container => false, :type => "Integer"}, :feature => {:external => "feature", :container => false, :type => "String"}, :state => {:external => "state", :container => false, :type => "String"}, :locked => {:external => "locked", :container => false, :type => nil}, :locking_account_id => {:external => "locking_account_id", :container => false, :type => "Integer"} } end |