Class: Jumbotron::Canonical::ProviderIdentityRef

Inherits:
Data
  • Object
show all
Defined in:
app/models/jumbotron/canonical.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



5
6
7
# File 'app/models/jumbotron/canonical.rb', line 5

def id
  @id
end

#namespaceObject (readonly)

Returns the value of attribute namespace

Returns:

  • (Object)

    the current value of namespace



5
6
7
# File 'app/models/jumbotron/canonical.rb', line 5

def namespace
  @namespace
end

#providerObject (readonly)

Returns the value of attribute provider

Returns:

  • (Object)

    the current value of provider



5
6
7
# File 'app/models/jumbotron/canonical.rb', line 5

def provider
  @provider
end