Class: Harvest::Resources::ResourceClient

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject

Returns the value of attribute address

Returns:

  • (Object)

    the current value of address



21
22
23
# File 'lib/harvest/resources/client.rb', line 21

def address
  @address
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



21
22
23
# File 'lib/harvest/resources/client.rb', line 21

def created_at
  @created_at
end

#currencyObject

Returns the value of attribute currency

Returns:

  • (Object)

    the current value of currency



21
22
23
# File 'lib/harvest/resources/client.rb', line 21

def currency
  @currency
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



21
22
23
# File 'lib/harvest/resources/client.rb', line 21

def id
  @id
end

#is_activeObject

Returns the value of attribute is_active

Returns:

  • (Object)

    the current value of is_active



21
22
23
# File 'lib/harvest/resources/client.rb', line 21

def is_active
  @is_active
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



21
22
23
# File 'lib/harvest/resources/client.rb', line 21

def name
  @name
end

#statement_keyObject

Returns the value of attribute statement_key

Returns:

  • (Object)

    the current value of statement_key



21
22
23
# File 'lib/harvest/resources/client.rb', line 21

def statement_key
  @statement_key
end

#updated_atObject

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



21
22
23
# File 'lib/harvest/resources/client.rb', line 21

def updated_at
  @updated_at
end