Class: Textus::Command::Ingest
- Inherits:
-
Data
- Object
- Data
- Textus::Command::Ingest
- Defined in:
- lib/textus/command.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#role ⇒ Object
readonly
Returns the value of attribute role.
-
#slug ⇒ Object
readonly
Returns the value of attribute slug.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
-
#zone ⇒ Object
readonly
Returns the value of attribute zone.
Instance Method Summary collapse
-
#initialize(kind:, slug:, role:, url: nil, path: nil, zone: nil, label: nil) ⇒ Ingest
constructor
A new instance of Ingest.
Constructor Details
#initialize(kind:, slug:, role:, url: nil, path: nil, zone: nil, label: nil) ⇒ Ingest
Returns a new instance of Ingest.
16 17 18 |
# File 'lib/textus/command.rb', line 16 def initialize(kind:, slug:, role:, url: nil, path: nil, zone: nil, label: nil) super end |
Instance Attribute Details
#kind ⇒ Object (readonly)
Returns the value of attribute kind
15 16 17 |
# File 'lib/textus/command.rb', line 15 def kind @kind end |
#label ⇒ Object (readonly)
Returns the value of attribute label
15 16 17 |
# File 'lib/textus/command.rb', line 15 def label @label end |
#path ⇒ Object (readonly)
Returns the value of attribute path
15 16 17 |
# File 'lib/textus/command.rb', line 15 def path @path end |
#role ⇒ Object (readonly)
Returns the value of attribute role
15 16 17 |
# File 'lib/textus/command.rb', line 15 def role @role end |
#slug ⇒ Object (readonly)
Returns the value of attribute slug
15 16 17 |
# File 'lib/textus/command.rb', line 15 def slug @slug end |
#url ⇒ Object (readonly)
Returns the value of attribute url
15 16 17 |
# File 'lib/textus/command.rb', line 15 def url @url end |
#zone ⇒ Object (readonly)
Returns the value of attribute zone
15 16 17 |
# File 'lib/textus/command.rb', line 15 def zone @zone end |