Class: Entity
- Inherits:
-
Object
- Object
- Entity
- Includes:
- SSD
- Defined in:
- lib/generators/auth_provider_service_gem_generator.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Method Summary collapse
-
#initialize ⇒ Entity
constructor
A new instance of Entity.
Constructor Details
#initialize ⇒ Entity
Returns a new instance of Entity.
9 10 |
# File 'lib/generators/auth_provider_service_gem_generator.rb', line 9 def initialize end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
8 9 10 |
# File 'lib/generators/auth_provider_service_gem_generator.rb', line 8 def id @id end |
#token ⇒ Object
Returns the value of attribute token.
8 9 10 |
# File 'lib/generators/auth_provider_service_gem_generator.rb', line 8 def token @token end |