lib/google/event.rb
Class Event
has 47 methods (exceeds 20 allowed). Consider refactoring. Open
Open
class Event
attr_reader :id, :raw, :html_link, :status, :transparency, :visibility
attr_writer :reminders, :recurrence, :extended_properties
attr_accessor :title, :location, :calendar, :quickadd, :attendees, :description, :creator_name, :color_id, :guests_can_invite_others, :guests_can_see_other_guests, :send_notifications, :new_event_with_id_specified
File event.rb
has 256 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
require 'time'
require 'json'
require 'timezone_parser'
module Google