Class: FlutterRb::Gradle
- Inherits:
-
Object
- Object
- FlutterRb::Gradle
- Defined in:
- lib/flutter_rb/project/specs/android/gradle.rb
Overview
Gradle representation
Instance Attribute Summary collapse
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(path, version) ⇒ Gradle
constructor
A new instance of Gradle.
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
#path ⇒ Object (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 |
#version ⇒ Object (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 |