Class: Quonfig::Meta

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

Instance Attribute Summary collapse

Instance Attribute Details

#environmentObject

Returns the value of attribute environment

Returns:

  • (Object)

    the current value of environment



18
19
20
# File 'lib/quonfig/types.rb', line 18

def environment
  @environment
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



18
19
20
# File 'lib/quonfig/types.rb', line 18

def version
  @version
end

#workspace_idObject

Returns the value of attribute workspace_id

Returns:

  • (Object)

    the current value of workspace_id



18
19
20
# File 'lib/quonfig/types.rb', line 18

def workspace_id
  @workspace_id
end