Class: Opencode::Prompts::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/opencode/prompts.rb

Instance Attribute Summary collapse

Instance Attribute Details

#asked_atObject

Returns the value of attribute asked_at

Returns:

  • (Object)

    the current value of asked_at



19
20
21
# File 'lib/opencode/prompts.rb', line 19

def asked_at
  @asked_at
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



19
20
21
# File 'lib/opencode/prompts.rb', line 19

def kind
  @kind
end

#requestObject

Returns the value of attribute request

Returns:

  • (Object)

    the current value of request



19
20
21
# File 'lib/opencode/prompts.rb', line 19

def request
  @request
end