Class: Amanuensis::Release

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

Instance Attribute Summary collapse

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



2
3
4
# File 'lib/amanuensis/release.rb', line 2

def created_at
  @created_at
end

#tagObject

Returns the value of attribute tag

Returns:

  • (Object)

    the current value of tag



2
3
4
# File 'lib/amanuensis/release.rb', line 2

def tag
  @tag
end