Class: ReleaseInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/fastlane/plugin/shuttle/actions/shuttle_action.rb

Instance Attribute Summary collapse

Instance Attribute Details

#buildObject

Returns the value of attribute build

Returns:

  • (Object)

    the current value of build



15
16
17
# File 'lib/fastlane/plugin/shuttle/actions/shuttle_action.rb', line 15

def build
  @build
end

#commit_idObject

Returns the value of attribute commit_id

Returns:

  • (Object)

    the current value of commit_id



15
16
17
# File 'lib/fastlane/plugin/shuttle/actions/shuttle_action.rb', line 15

def commit_id
  @commit_id
end

#environmentObject

Returns the value of attribute environment

Returns:

  • (Object)

    the current value of environment



15
16
17
# File 'lib/fastlane/plugin/shuttle/actions/shuttle_action.rb', line 15

def environment
  @environment
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



15
16
17
# File 'lib/fastlane/plugin/shuttle/actions/shuttle_action.rb', line 15

def name
  @name
end

#notesObject

Returns the value of attribute notes

Returns:

  • (Object)

    the current value of notes



15
16
17
# File 'lib/fastlane/plugin/shuttle/actions/shuttle_action.rb', line 15

def notes
  @notes
end