Class: GithubCLI::Command::Comm
- Inherits:
-
Struct
- Object
- Struct
- GithubCLI::Command::Comm
- Defined in:
- lib/github_cli/command.rb
Overview
Internally used command representation
Instance Attribute Summary collapse
-
#desc ⇒ Object
Returns the value of attribute desc.
-
#name ⇒ Object
Returns the value of attribute name.
-
#namespace ⇒ Object
Returns the value of attribute namespace.
-
#usage ⇒ Object
Returns the value of attribute usage.
Instance Attribute Details
#desc ⇒ Object
Returns the value of attribute desc
12 13 14 |
# File 'lib/github_cli/command.rb', line 12 def desc @desc end |
#name ⇒ Object
Returns the value of attribute name
12 13 14 |
# File 'lib/github_cli/command.rb', line 12 def name @name end |
#namespace ⇒ Object
Returns the value of attribute namespace
12 13 14 |
# File 'lib/github_cli/command.rb', line 12 def namespace @namespace end |
#usage ⇒ Object
Returns the value of attribute usage
12 13 14 |
# File 'lib/github_cli/command.rb', line 12 def usage @usage end |