Class: Flycal::Mock::EventGenerator::Event

Inherits:
Struct
  • Object
show all
Defined in:
lib/flycal/mock/event_generator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



9
10
11
# File 'lib/flycal/mock/event_generator.rb', line 9

def description
  @description
end

#endObject

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



9
10
11
# File 'lib/flycal/mock/event_generator.rb', line 9

def end
  @end
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



9
10
11
# File 'lib/flycal/mock/event_generator.rb', line 9

def start
  @start
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



9
10
11
# File 'lib/flycal/mock/event_generator.rb', line 9

def status
  @status
end

#summaryObject

Returns the value of attribute summary

Returns:

  • (Object)

    the current value of summary



9
10
11
# File 'lib/flycal/mock/event_generator.rb', line 9

def summary
  @summary
end

#transparencyObject

Returns the value of attribute transparency

Returns:

  • (Object)

    the current value of transparency



9
10
11
# File 'lib/flycal/mock/event_generator.rb', line 9

def transparency
  @transparency
end