Class: Textus::Dispatch::Contracts::IngestEntry

Inherits:
Data
  • Object
show all
Defined in:
lib/textus/dispatch/contracts.rb

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



50
51
52
# File 'lib/textus/dispatch/contracts.rb', line 50

def kind
  @kind
end

#labelObject (readonly)

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



50
51
52
# File 'lib/textus/dispatch/contracts.rb', line 50

def label
  @label
end

#laneObject (readonly)

Returns the value of attribute lane

Returns:

  • (Object)

    the current value of lane



50
51
52
# File 'lib/textus/dispatch/contracts.rb', line 50

def lane
  @lane
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



50
51
52
# File 'lib/textus/dispatch/contracts.rb', line 50

def path
  @path
end

#slugObject (readonly)

Returns the value of attribute slug

Returns:

  • (Object)

    the current value of slug



50
51
52
# File 'lib/textus/dispatch/contracts.rb', line 50

def slug
  @slug
end

#urlObject (readonly)

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



50
51
52
# File 'lib/textus/dispatch/contracts.rb', line 50

def url
  @url
end