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
171 172 173 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 171 def client_id @client_id end |
#others ⇒ Object
Returns the value of attribute others
171 172 173 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 171 def others @others end |
#reversed_client_id ⇒ Object
Returns the value of attribute reversed_client_id
171 172 173 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 171 def reversed_client_id @reversed_client_id end |
Class Method Details
.defaults ⇒ Object
172 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 172 def self.defaults = new(others: {}) |