Class: FlutterRb::Gradle

Inherits:
Object
  • Object
show all
Defined in:
lib/flutter_rb/project/specs/android/gradle.rb

Overview

Gradle representation

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(path, version) ⇒ Gradle

Returns a new instance of Gradle.



6
7
8
9
# File 'lib/flutter_rb/project/specs/android/gradle.rb', line 6

def initialize(path, version)
  @path = path
  @version = version
end

Instance Attribute Details

#pathObject (readonly)

Returns the value of attribute path.



11
12
13
# File 'lib/flutter_rb/project/specs/android/gradle.rb', line 11

def path
  @path
end

#versionObject (readonly)

Returns the value of attribute version.



11
12
13
# File 'lib/flutter_rb/project/specs/android/gradle.rb', line 11

def version
  @version
end