Class: Mxrb::Model::Connector

Inherits:
Data
  • Object
show all
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

Instance Method Summary collapse

Instance Attribute Details

#appstore_guidObject (readonly)

Returns the value of attribute appstore_guid

Returns:

  • (Object)

    the current value of appstore_guid



10
11
12
# File 'lib/mxrb/model/connector.rb', line 10

def appstore_guid
  @appstore_guid
end

#appstore_versionObject (readonly)

Returns the value of attribute appstore_version

Returns:

  • (Object)

    the current value of appstore_version



10
11
12
# File 'lib/mxrb/model/connector.rb', line 10

def appstore_version
  @appstore_version
end

#entitiesObject (readonly)

Returns the value of attribute entities

Returns:

  • (Object)

    the current value of entities



10
11
12
# File 'lib/mxrb/model/connector.rb', line 10

def entities
  @entities
end

#metadataObject (readonly)

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



10
11
12
# File 'lib/mxrb/model/connector.rb', line 10

def 
  @metadata
end

#microflowsObject (readonly)

Returns the value of attribute microflows

Returns:

  • (Object)

    the current value of microflows



10
11
12
# File 'lib/mxrb/model/connector.rb', line 10

def microflows
  @microflows
end

#module_nameObject (readonly)

Returns the value of attribute module_name

Returns:

  • (Object)

    the current value of module_name



10
11
12
# File 'lib/mxrb/model/connector.rb', line 10

def module_name
  @module_name
end

#protectedObject (readonly)

Returns the value of attribute protected

Returns:

  • (Object)

    the current value of protected



10
11
12
# File 'lib/mxrb/model/connector.rb', line 10

def protected
  @protected
end

#protocolObject (readonly)

Returns the value of attribute protocol

Returns:

  • (Object)

    the current value of protocol



10
11
12
# File 'lib/mxrb/model/connector.rb', line 10

def protocol
  @protocol
end

Instance Method Details

#known?Boolean

Returns:

  • (Boolean)


14
# File 'lib/mxrb/model/connector.rb', line 14

def known? = !protocol.nil?