Class: Textus::Dispatch::Contracts::IngestEntry
- Inherits:
-
Data
- Object
- Data
- Textus::Dispatch::Contracts::IngestEntry
- Defined in:
- lib/textus/dispatch/contracts.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#lane ⇒ Object
readonly
Returns the value of attribute lane.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#slug ⇒ Object
readonly
Returns the value of attribute slug.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Instance Attribute Details
#kind ⇒ Object (readonly)
Returns the value of attribute kind
50 51 52 |
# File 'lib/textus/dispatch/contracts.rb', line 50 def kind @kind end |
#label ⇒ Object (readonly)
Returns the value of attribute label
50 51 52 |
# File 'lib/textus/dispatch/contracts.rb', line 50 def label @label end |
#lane ⇒ Object (readonly)
Returns the value of attribute lane
50 51 52 |
# File 'lib/textus/dispatch/contracts.rb', line 50 def lane @lane end |
#path ⇒ Object (readonly)
Returns the value of attribute path
50 51 52 |
# File 'lib/textus/dispatch/contracts.rb', line 50 def path @path end |
#slug ⇒ Object (readonly)
Returns the value of attribute slug
50 51 52 |
# File 'lib/textus/dispatch/contracts.rb', line 50 def slug @slug end |
#url ⇒ Object (readonly)
Returns the value of attribute url
50 51 52 |
# File 'lib/textus/dispatch/contracts.rb', line 50 def url @url end |