Class: AnnFlavorCore::AuthConfig
- Inherits:
-
Struct
- Object
- Struct
- AnnFlavorCore::AuthConfig
- Defined in:
- lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb
Instance Attribute Summary collapse
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#others ⇒ Object
Returns the value of attribute others.
-
#reversed_client_id ⇒ Object
Returns the value of attribute reversed_client_id.
Class Method Summary collapse
Instance Attribute Details
#client_id ⇒ Object
Returns the value of attribute client_id
150 151 152 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 150 def client_id @client_id end |
#others ⇒ Object
Returns the value of attribute others
150 151 152 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 150 def others @others end |
#reversed_client_id ⇒ Object
Returns the value of attribute reversed_client_id
150 151 152 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 150 def reversed_client_id @reversed_client_id end |
Class Method Details
.defaults ⇒ Object
151 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 151 def self.defaults = new(others: {}) |