Class: Fastlane::Actions::DeveloperInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/fastlane/plugin/sapfire/actions/associate_ms_store_action.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(display_name, publisher) ⇒ DeveloperInfo

Returns a new instance of DeveloperInfo.



287
288
289
290
# File 'lib/fastlane/plugin/sapfire/actions/associate_ms_store_action.rb', line 287

def initialize(display_name, publisher)
  @display_name = display_name
  @publisher = publisher
end

Instance Attribute Details

#display_nameObject (readonly)

Returns the value of attribute display_name.



285
286
287
# File 'lib/fastlane/plugin/sapfire/actions/associate_ms_store_action.rb', line 285

def display_name
  @display_name
end

#publisherObject (readonly)

Returns the value of attribute publisher.



285
286
287
# File 'lib/fastlane/plugin/sapfire/actions/associate_ms_store_action.rb', line 285

def publisher
  @publisher
end