Class: Hitch::ClientIdMetadata::Document

Inherits:
Struct
  • Object
show all
Defined in:
app/models/hitch/client_id_metadata.rb

Instance Attribute Summary collapse

Instance Attribute Details

#client_idObject

Returns the value of attribute client_id

Returns:

  • (Object)

    the current value of client_id



42
43
44
# File 'app/models/hitch/client_id_metadata.rb', line 42

def client_id
  @client_id
end

#client_nameObject

Returns the value of attribute client_name

Returns:

  • (Object)

    the current value of client_name



42
43
44
# File 'app/models/hitch/client_id_metadata.rb', line 42

def client_name
  @client_name
end

#redirect_urisObject

Returns the value of attribute redirect_uris

Returns:

  • (Object)

    the current value of redirect_uris



42
43
44
# File 'app/models/hitch/client_id_metadata.rb', line 42

def redirect_uris
  @redirect_uris
end