Class: RackFlags::BaseFlag

Inherits:
Struct
  • Object
show all
Defined in:
lib/rack-flags/reader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#defaultObject

Returns the value of attribute default

Returns:

  • (Object)

    the current value of default



5
6
7
# File 'lib/rack-flags/reader.rb', line 5

def default
  @default
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



5
6
7
# File 'lib/rack-flags/reader.rb', line 5

def description
  @description
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/rack-flags/reader.rb', line 5

def name
  @name
end