Class: Harvest::Resources::Company

Inherits:
Struct
  • Object
show all
Defined in:
lib/harvest/resources/company.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#approval_featureObject

Returns the value of attribute approval_feature

Returns:

  • (Object)

    the current value of approval_feature



40
41
42
# File 'lib/harvest/resources/company.rb', line 40

def approval_feature
  @approval_feature
end

#base_uriObject

Returns the value of attribute base_uri

Returns:

  • (Object)

    the current value of base_uri



40
41
42
# File 'lib/harvest/resources/company.rb', line 40

def base_uri
  @base_uri
end

#clockObject

Returns the value of attribute clock

Returns:

  • (Object)

    the current value of clock



40
41
42
# File 'lib/harvest/resources/company.rb', line 40

def clock
  @clock
end

#color_schemeObject

Returns the value of attribute color_scheme

Returns:

  • (Object)

    the current value of color_scheme



40
41
42
# File 'lib/harvest/resources/company.rb', line 40

def color_scheme
  @color_scheme
end

#decimal_symbolObject

Returns the value of attribute decimal_symbol

Returns:

  • (Object)

    the current value of decimal_symbol



40
41
42
# File 'lib/harvest/resources/company.rb', line 40

def decimal_symbol
  @decimal_symbol
end

#estimate_featureObject

Returns the value of attribute estimate_feature

Returns:

  • (Object)

    the current value of estimate_feature



40
41
42
# File 'lib/harvest/resources/company.rb', line 40

def estimate_feature
  @estimate_feature
end

#expense_featureObject

Returns the value of attribute expense_feature

Returns:

  • (Object)

    the current value of expense_feature



40
41
42
# File 'lib/harvest/resources/company.rb', line 40

def expense_feature
  @expense_feature
end

#full_domainObject

Returns the value of attribute full_domain

Returns:

  • (Object)

    the current value of full_domain



40
41
42
# File 'lib/harvest/resources/company.rb', line 40

def full_domain
  @full_domain
end

#invoice_featureObject

Returns the value of attribute invoice_feature

Returns:

  • (Object)

    the current value of invoice_feature



40
41
42
# File 'lib/harvest/resources/company.rb', line 40

def invoice_feature
  @invoice_feature
end

#is_activeObject

Returns the value of attribute is_active

Returns:

  • (Object)

    the current value of is_active



40
41
42
# File 'lib/harvest/resources/company.rb', line 40

def is_active
  @is_active
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



40
41
42
# File 'lib/harvest/resources/company.rb', line 40

def name
  @name
end

#plan_typeObject

Returns the value of attribute plan_type

Returns:

  • (Object)

    the current value of plan_type



40
41
42
# File 'lib/harvest/resources/company.rb', line 40

def plan_type
  @plan_type
end

#thousands_separatorObject

Returns the value of attribute thousands_separator

Returns:

  • (Object)

    the current value of thousands_separator



40
41
42
# File 'lib/harvest/resources/company.rb', line 40

def thousands_separator
  @thousands_separator
end

#time_formatObject

Returns the value of attribute time_format

Returns:

  • (Object)

    the current value of time_format



40
41
42
# File 'lib/harvest/resources/company.rb', line 40

def time_format
  @time_format
end

#wants_timestamp_timersObject

Returns the value of attribute wants_timestamp_timers

Returns:

  • (Object)

    the current value of wants_timestamp_timers



40
41
42
# File 'lib/harvest/resources/company.rb', line 40

def wants_timestamp_timers
  @wants_timestamp_timers
end

#week_start_dayObject

Returns the value of attribute week_start_day

Returns:

  • (Object)

    the current value of week_start_day



40
41
42
# File 'lib/harvest/resources/company.rb', line 40

def week_start_day
  @week_start_day
end

#weekly_capacityObject

Returns the value of attribute weekly_capacity

Returns:

  • (Object)

    the current value of weekly_capacity



40
41
42
# File 'lib/harvest/resources/company.rb', line 40

def weekly_capacity
  @weekly_capacity
end