Class: Zaikio::OAuthClient::TestHelper::VirtualAccessToken
- Inherits:
-
Struct
- Object
- Struct
- Zaikio::OAuthClient::TestHelper::VirtualAccessToken
- Defined in:
- lib/zaikio/oauth_client/test_helper.rb
Instance Attribute Summary collapse
-
#audience ⇒ Object
Returns the value of attribute audience.
-
#bearer_id ⇒ Object
Returns the value of attribute bearer_id.
-
#bearer_type ⇒ Object
Returns the value of attribute bearer_type.
-
#expired? ⇒ Object
Returns the value of attribute expired?.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Attribute Details
#audience ⇒ Object
Returns the value of attribute audience
6 7 8 |
# File 'lib/zaikio/oauth_client/test_helper.rb', line 6 def audience @audience end |
#bearer_id ⇒ Object
Returns the value of attribute bearer_id
6 7 8 |
# File 'lib/zaikio/oauth_client/test_helper.rb', line 6 def bearer_id @bearer_id end |
#bearer_type ⇒ Object
Returns the value of attribute bearer_type
6 7 8 |
# File 'lib/zaikio/oauth_client/test_helper.rb', line 6 def bearer_type @bearer_type end |
#expired? ⇒ Object
Returns the value of attribute expired?
6 7 8 |
# File 'lib/zaikio/oauth_client/test_helper.rb', line 6
def expired?
@expired?
end
|
#id ⇒ Object
Returns the value of attribute id
6 7 8 |
# File 'lib/zaikio/oauth_client/test_helper.rb', line 6 def id @id end |