Class: MasonServer::Request

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

Instance Attribute Summary collapse

Instance Attribute Details

#callbackObject

Returns the value of attribute callback

Returns:

  • (Object)

    the current value of callback



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

def callback
  @callback
end

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



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

def command
  @command
end

#refObject

Returns the value of attribute ref

Returns:

  • (Object)

    the current value of ref



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

def ref
  @ref
end

#repoObject

Returns the value of attribute repo

Returns:

  • (Object)

    the current value of repo



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

def repo
  @repo
end