Class: Mxrb::Model::Connector
- Inherits:
-
Data
- Object
- Data
- Mxrb::Model::Connector
- Defined in:
- lib/mxrb/model/connector.rb
Overview
A marketplace connector detected inside a project.
MXRB never runs the connector; it only represents the public surface that the semantic index can observe. Protected or non-decodable internals are reported as unavailable (empty), never guessed.
Instance Attribute Summary collapse
-
#appstore_guid ⇒ Object
readonly
Returns the value of attribute appstore_guid.
-
#appstore_version ⇒ Object
readonly
Returns the value of attribute appstore_version.
-
#entities ⇒ Object
readonly
Returns the value of attribute entities.
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
-
#microflows ⇒ Object
readonly
Returns the value of attribute microflows.
-
#module_name ⇒ Object
readonly
Returns the value of attribute module_name.
-
#protected ⇒ Object
readonly
Returns the value of attribute protected.
-
#protocol ⇒ Object
readonly
Returns the value of attribute protocol.
Instance Method Summary collapse
Instance Attribute Details
#appstore_guid ⇒ Object (readonly)
Returns the value of attribute appstore_guid
10 11 12 |
# File 'lib/mxrb/model/connector.rb', line 10 def appstore_guid @appstore_guid end |
#appstore_version ⇒ Object (readonly)
Returns the value of attribute appstore_version
10 11 12 |
# File 'lib/mxrb/model/connector.rb', line 10 def appstore_version @appstore_version end |
#entities ⇒ Object (readonly)
Returns the value of attribute entities
10 11 12 |
# File 'lib/mxrb/model/connector.rb', line 10 def entities @entities end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata
10 11 12 |
# File 'lib/mxrb/model/connector.rb', line 10 def @metadata end |
#microflows ⇒ Object (readonly)
Returns the value of attribute microflows
10 11 12 |
# File 'lib/mxrb/model/connector.rb', line 10 def microflows @microflows end |
#module_name ⇒ Object (readonly)
Returns the value of attribute module_name
10 11 12 |
# File 'lib/mxrb/model/connector.rb', line 10 def module_name @module_name end |
#protected ⇒ Object (readonly)
Returns the value of attribute protected
10 11 12 |
# File 'lib/mxrb/model/connector.rb', line 10 def protected @protected end |
#protocol ⇒ Object (readonly)
Returns the value of attribute protocol
10 11 12 |
# File 'lib/mxrb/model/connector.rb', line 10 def protocol @protocol end |
Instance Method Details
#known? ⇒ Boolean
14 |
# File 'lib/mxrb/model/connector.rb', line 14 def known? = !protocol.nil? |