Class: PromptObjects::Domain::PromptObjectDefinition

Inherits:
Data
  • Object
show all
Defined in:
lib/prompt_objects/domain/records.rb

Instance Attribute Summary collapse

Instance Attribute Details

#capability_policy_versionObject (readonly)

Returns the value of attribute capability_policy_version

Returns:

  • (Object)

    the current value of capability_policy_version



40
41
42
# File 'lib/prompt_objects/domain/records.rb', line 40

def capability_policy_version
  @capability_policy_version
end

#configObject (readonly)

Returns the value of attribute config

Returns:

  • (Object)

    the current value of config



40
41
42
# File 'lib/prompt_objects/domain/records.rb', line 40

def config
  @config
end

#modelObject (readonly)

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



40
41
42
# File 'lib/prompt_objects/domain/records.rb', line 40

def model
  @model
end

#po_nameObject (readonly)

Returns the value of attribute po_name

Returns:

  • (Object)

    the current value of po_name



40
41
42
# File 'lib/prompt_objects/domain/records.rb', line 40

def po_name
  @po_name
end

#promptObject (readonly)

Returns the value of attribute prompt

Returns:

  • (Object)

    the current value of prompt



40
41
42
# File 'lib/prompt_objects/domain/records.rb', line 40

def prompt
  @prompt
end

#providerObject (readonly)

Returns the value of attribute provider

Returns:

  • (Object)

    the current value of provider



40
41
42
# File 'lib/prompt_objects/domain/records.rb', line 40

def provider
  @provider
end

#versionObject (readonly)

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



40
41
42
# File 'lib/prompt_objects/domain/records.rb', line 40

def version
  @version
end