Class: Boursorama::Account::Mouvement

Inherits:
Struct
  • Object
show all
Defined in:
lib/boursorama.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



10
11
12
# File 'lib/boursorama.rb', line 10

def date
  @date
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/boursorama.rb', line 10

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



10
11
12
# File 'lib/boursorama.rb', line 10

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



10
11
12
# File 'lib/boursorama.rb', line 10

def value
  @value
end