Class: Jumbotron::Canonical::ProviderIdentityRef
- Inherits:
-
Data
- Object
- Data
- Jumbotron::Canonical::ProviderIdentityRef
- Defined in:
- app/models/jumbotron/canonical.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#namespace ⇒ Object
readonly
Returns the value of attribute namespace.
-
#provider ⇒ Object
readonly
Returns the value of attribute provider.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
5 6 7 |
# File 'app/models/jumbotron/canonical.rb', line 5 def id @id end |
#namespace ⇒ Object (readonly)
Returns the value of attribute namespace
5 6 7 |
# File 'app/models/jumbotron/canonical.rb', line 5 def namespace @namespace end |
#provider ⇒ Object (readonly)
Returns the value of attribute provider
5 6 7 |
# File 'app/models/jumbotron/canonical.rb', line 5 def provider @provider end |