Class: Updoc::Consumers::Definition
- Inherits:
-
Struct
- Object
- Struct
- Updoc::Consumers::Definition
- Defined in:
- lib/updoc/consumers.rb
Instance Attribute Summary collapse
-
#definition_uri ⇒ Object
Returns the value of attribute definition_uri.
-
#name ⇒ Object
Returns the value of attribute name.
-
#service_type ⇒ Object
Returns the value of attribute service_type.
-
#services ⇒ Object
Returns the value of attribute services.
Instance Attribute Details
#definition_uri ⇒ Object
Returns the value of attribute definition_uri
6 7 8 |
# File 'lib/updoc/consumers.rb', line 6 def definition_uri @definition_uri end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/updoc/consumers.rb', line 6 def name @name end |
#service_type ⇒ Object
Returns the value of attribute service_type
6 7 8 |
# File 'lib/updoc/consumers.rb', line 6 def service_type @service_type end |
#services ⇒ Object
Returns the value of attribute services
6 7 8 |
# File 'lib/updoc/consumers.rb', line 6 def services @services end |